source: gsdl/trunk/src/colservr/expat_resultset.h@ 15757

Last change on this file since 15757 was 9174, checked in by kjdon, 19 years ago

put char* get_attribute(const char attr, char* att_name) in the header so I can use it from expat_document

  • Property svn:keywords set to Author Date Id Revision
File size: 235 bytes
Line 
1#ifndef gs_expat_resultset_h
2#define gs_expat_resultset_h
3
4class text_t;
5class queryresultsclass;
6
7char* get_attribute(const char** attr, char* att_name);
8int expat_resultset(text_t& xml_text, queryresultsclass& queryresult);
9
10
11#endif
Note: See TracBrowser for help on using the repository browser.