From 97981f11f28fef88b9fc9428b53a30ebedd5c180 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 5 Mar 2016 18:32:41 +1300 Subject: Correct prototype with void arg --- spsh.h | 4 ++-- 1 file 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 -- cgit v1.2.3