-- clear up a compiler warning in bongo-config due to a missing prototype
This commit is contained in:
@@ -35,6 +35,7 @@ EXPORT BOOL MsgAuthFindUser(const char *user);
|
||||
EXPORT BOOL MsgAuthVerifyPassword(const char *user, const char *password);
|
||||
EXPORT BOOL MsgAuthSetPassword(const char *user, const char *oldpassword, const char *newpassword);
|
||||
EXPORT BOOL MsgAuthGetUserStore(const char *user, struct sockaddr_in *store);
|
||||
EXPORT int MsgAuthInitDB(void);
|
||||
|
||||
// Auth / cookie functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user