Mercurial > dropbear
diff svr-auth.c @ 1276:9169e4e7cbee
fix empty C prototypes
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Fri, 01 Jan 2016 16:30:31 +0100 |
parents | 43a8ea69b24c |
children | 750ec4ec4cbe b28624698130 |
line wrap: on
line diff
--- a/svr-auth.c Fri Jan 01 09:46:09 2016 +0100 +++ b/svr-auth.c Fri Jan 01 16:30:31 2016 +0100 @@ -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 */