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

Last change on this file since 9027 was 9027, checked in by davidb, 19 years ago

Used to support searching with lucene. Overlooked in original batch of files
commited into cvs.

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