Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
1275:d49bda490798 | 1276:9169e4e7cbee |
---|---|
33 #include "packet.h" | 33 #include "packet.h" |
34 #include "auth.h" | 34 #include "auth.h" |
35 #include "runopts.h" | 35 #include "runopts.h" |
36 #include "dbrandom.h" | 36 #include "dbrandom.h" |
37 | 37 |
38 static void authclear(); | 38 static void authclear(void); |
39 static int checkusername(char *username, unsigned int userlen); | 39 static int checkusername(char *username, unsigned int userlen); |
40 | 40 |
41 /* initialise the first time for a session, resetting all parameters */ | 41 /* initialise the first time for a session, resetting all parameters */ |
42 void svr_authinitialise() { | 42 void svr_authinitialise() { |
43 | 43 |