aboutsummaryrefslogtreecommitdiff
path: root/smash/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'smash/exec.h')
-rw-r--r--smash/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smash/exec.h b/smash/exec.h
index 74780b0..83f826f 100644
--- a/smash/exec.h
+++ b/smash/exec.h
@@ -1,6 +1,6 @@
#ifndef EXEC_H
#define EXEC_H
-void exec(char *line);
+void execute_line(char *line);
#endif