[sword-cvs] sword/include flatapi.h,1.6,1.7
sword@www.crosswire.org
sword@www.crosswire.org
Fri, 16 Jan 2004 11:55:46 -0700
Update of /cvs/core/sword/include
In directory www:/tmp/cvs-serv29187
Modified Files:
flatapi.h
Log Message:
work on flatapi
Index: flatapi.h
===================================================================
RCS file: /cvs/core/sword/include/flatapi.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- flatapi.h 16 Jan 2004 03:48:03 -0000 1.6
+++ flatapi.h 16 Jan 2004 18:55:44 -0000 1.7
@@ -73,6 +73,10 @@
void SWDLLEXPORT SWModule_begin(SWHANDLE hmodule);
const char * SWDLLEXPORT SWModule_getStripText(SWHANDLE hmodule);
const char * SWDLLEXPORT SWModule_getRenderText(SWHANDLE hmodule);
+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);
}
#ifdef __cplusplus