From 20dcffd255f3db8f1ef70ab61b87aba3b2b859b9 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 12 Mar 2005 03:23:58 +0000 Subject: explicitly tell C compiler functions have no parameter git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2592 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 76a24cac..f654206c 100644 --- a/include/proto.h +++ b/include/proto.h @@ -344,7 +344,7 @@ int mail_all(void); int invalidaddr(char *addr); int do_send(char *userid, char *title); void my_send(char *uident); -void setupmailusage(); +void setupmailusage(void); /* mbbsd */ void show_call_in(int save, int which); -- cgit v1.2.3