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