Better recovery flag implementation

This commit is contained in:
alexhudson
2007-09-03 21:01:46 +00:00
parent 5d84654fe4
commit a4cbaeec32
6 changed files with 54 additions and 22 deletions
+3 -3
View File
@@ -115,9 +115,9 @@ MsgSQLStatement *MsgSQLPrepare(MsgSQLHandle *handle, const char *statement, MsgS
// Misc. util functions
// FIXME: This API is wrong, should include agent name
EXPORT BOOL MsgSetRecoveryFlag(void);
EXPORT BOOL MsgGetRecoveryFlag(void);
EXPORT BOOL MsgSetRecoveryFlag(unsigned char *agent_name);
EXPORT BOOL MsgGetRecoveryFlag(unsigned char *agent_name);
EXPORT BOOL MsgClearRecoveryFlag(unsigned char *agent_name);
EXPORT BOOL MsgGetServerCredential(char *buffer);
EXPORT BOOL MsgSetServerCredential(void);