Ignore:
Timestamp:
2005-02-25T14:29:08+13:00 (19 years ago)
Author:
kjdon
Message:

now pass in the section level tag name when getting a document

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/expat_document.h

    r9173 r9188  
    44class text_t;
    55
    6 int expat_document(const text_t &filename, const text_t &section_num, text_t & doc_content);
     6int expat_document(const text_t &filename, const text_t & section_level,
     7           const text_t &section_num, text_t & doc_content);
    78
    89#endif
Note: See TracChangeset for help on using the changeset viewer.