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 formatting.
[stg.git]
/
stglibs
/
srvconf.lib
/
parsers
/
auth_by.h
diff --git
a/stglibs/srvconf.lib/parsers/auth_by.h
b/stglibs/srvconf.lib/parsers/auth_by.h
index a4bab9dd508999ba369689d8df9675fb8dcf965e..f285d2bfb1039f5c11bd5c4b849bbf8c2bbd19ae 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/auth_by.h
+++ b/
stglibs/srvconf.lib/parsers/auth_by.h
@@
-35,10
+35,9
@@
namespace AUTH_BY
class PARSER: public STG::PARSER
{
public:
- PARSER();
+ PARSER(
CALLBACK f, void * data
);
int ParseStart(const char * el, const char ** attr);
void ParseEnd(const char * el);
- void SetCallback(CALLBACK f, void * data);
private:
CALLBACK callback;