[sword-cvs] sword/include flatapi.h,1.7,1.8

sword@www.crosswire.org sword@www.crosswire.org
Sat, 24 Jan 2004 11:53:40 -0700


Update of /cvs/core/sword/include
In directory www:/tmp/cvs-serv9272

Modified Files:
	flatapi.h 
Log Message:
terry - add SWModule_getEntryAttributes and listkey_getVerselistIterator

Index: flatapi.h
===================================================================
RCS file: /cvs/core/sword/include/flatapi.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- flatapi.h	16 Jan 2004 18:55:44 -0000	1.7
+++ flatapi.h	24 Jan 2004 18:53:38 -0000	1.8
@@ -73,10 +73,13 @@
 void  SWDLLEXPORT SWModule_begin(SWHANDLE hmodule);
 const char * SWDLLEXPORT SWModule_getStripText(SWHANDLE hmodule);
 const char * SWDLLEXPORT SWModule_getRenderText(SWHANDLE hmodule);
+const char * SWDLLEXPORT SWModule_getEntryAttributes(SWHANDLE hmodule, const char *level1, const char *level2, const char *level3);
 const char * SWDLLEXPORT SWModule_getPreverseHeader(SWHANDLE hmodule, const char *key, int pvHeading);
 const char * SWDLLEXPORT SWModule_getFootnoteType(SWHANDLE hmodule, const char *key, const char *note);
 const char * SWDLLEXPORT SWModule_getFootnoteBody(SWHANDLE hmodule, const char *key, const char *note);
 const char * SWDLLEXPORT SWModule_getFootnoteRefList(SWHANDLE hmodule, const char *key, const char *note);
+
+SWHANDLE SWDLLEXPORT listkey_getVerselistIterator(const char * list, const char * key);
 
 }
 #ifdef __cplusplus