Clean up compiler warnings in backup and config apps

This commit is contained in:
alexhudson
2007-09-21 18:33:51 +00:00
parent 22aa4d5404
commit f9acd5e5e9
5 changed files with 60 additions and 44 deletions
+2 -1
View File
@@ -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);