From 3e20c442de30c583b1728500c782641f88dedbfa Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 1 Jan 2016 16:30:31 +0100 Subject: fix empty C prototypes --- svr-auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svr-auth.c') diff --git a/svr-auth.c b/svr-auth.c index 66db4fc..577ea88 100644 --- a/svr-auth.c +++ b/svr-auth.c @@ -35,7 +35,7 @@ #include "runopts.h" #include "dbrandom.h" -static void authclear(); +static void authclear(void); static int checkusername(char *username, unsigned int userlen); /* initialise the first time for a session, resetting all parameters */ -- cgit v1.2.3