-- clear up a compiler warning in bongo-config due to a missing prototype

This commit is contained in:
pfelt
2007-08-20 01:55:48 +00:00
parent db095e224c
commit 4d3d984bb2
+1
View File
@@ -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