From 4d3d984bb20c8f285678c8f6570b82f4db28be04 Mon Sep 17 00:00:00 2001 From: pfelt Date: Mon, 20 Aug 2007 01:55:48 +0000 Subject: [PATCH] -- clear up a compiler warning in bongo-config due to a missing prototype --- include/msgapi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/msgapi.h b/include/msgapi.h index f2686c7..e3378b9 100644 --- a/include/msgapi.h +++ b/include/msgapi.h @@ -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