-
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published 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;