summaryrefslogtreecommitdiffstats
path: root/innbbsd/his.c
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/his.c')
-rw-r--r--innbbsd/his.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/innbbsd/his.c b/innbbsd/his.c
index 6ab68627..12a761c6 100644
--- a/innbbsd/his.c
+++ b/innbbsd/his.c
@@ -179,7 +179,7 @@ HISsetup()
myHISsetup(HISTORY);
}
-void
+int
myHISsetup(histpath)
char *histpath;
{
@@ -207,6 +207,7 @@ myHISsetup(histpath)
exit(1);
}
}
+ return 0;
}