git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed response for GetAuthBy on error.
[stg.git]
/
stglibs
/
srvconf.lib
/
include
/
stg
/
parser_chg_user.h
diff --git
a/stglibs/srvconf.lib/include/stg/parser_chg_user.h
b/stglibs/srvconf.lib/include/stg/parser_chg_user.h
index d8920cde7e051bc54643e7128d9b8fe8696ec26f..db54026a99ae5877e253cd06f061c7bcd78735e9 100644
(file)
--- a/
stglibs/srvconf.lib/include/stg/parser_chg_user.h
+++ b/
stglibs/srvconf.lib/include/stg/parser_chg_user.h
@@
-24,10
+24,12
@@
#include "parser.h"
#include "parser.h"
+#include <string>
+
class PARSER_CHG_USER: public PARSER
{
public:
class PARSER_CHG_USER: public PARSER
{
public:
- typedef int (* CALLBACK)(
const char * asnwer
, void * data);
+ typedef int (* CALLBACK)(
bool result, const std::string& reason
, void * data);
PARSER_CHG_USER();
int ParseStart(const char * el, const char ** attr);
PARSER_CHG_USER();
int ParseStart(const char * el, const char ** attr);