Clean up compiler warnings in backup and config apps
This commit is contained in:
+2
-1
@@ -29,7 +29,8 @@
|
||||
#include <msgdate.h>
|
||||
|
||||
// Auth functions
|
||||
|
||||
EXPORT int MsgAuthInit(void);
|
||||
EXPORT int MsgAuthInstall(void);
|
||||
EXPORT BOOL MsgAuthFindUser(const char *user);
|
||||
EXPORT BOOL MsgAuthVerifyPassword(const char *user, const char *password);
|
||||
EXPORT BOOL MsgAuthChangePassword(const char *user, const char *oldpassword, const char *newpassword);
|
||||
|
||||
Reference in New Issue
Block a user