aboutsummaryrefslogtreecommitdiff
path: root/spsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'spsh.h')
-rw-r--r--spsh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/spsh.h b/spsh.h
index b3c1676..8ee09ea 100644
--- a/spsh.h
+++ b/spsh.h
@@ -28,7 +28,7 @@
extern char **environ;
/* Function prototypes to soothe separate files */
-void banner(void);
+int banner(void);
void loop(void);
void cmd(char *line);