aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spsh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/spsh.h b/spsh.h
index e915fea..b3c1676 100644
--- a/spsh.h
+++ b/spsh.h
@@ -28,8 +28,8 @@
extern char **environ;
/* Function prototypes to soothe separate files */
-void banner();
-void loop();
+void banner(void);
+void loop(void);
void cmd(char *line);
#endif