summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 37b99c68..0969794c 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -212,6 +212,7 @@ const iGmRun * renderProgressive_GmDocument(const iGmDocument *d, const iGmRun
212iInt2 size_GmDocument (const iGmDocument *); 212iInt2 size_GmDocument (const iGmDocument *);
213const iArray * headings_GmDocument (const iGmDocument *); /* array of GmHeadings */ 213const iArray * headings_GmDocument (const iGmDocument *); /* array of GmHeadings */
214const iString * source_GmDocument (const iGmDocument *); 214const iString * source_GmDocument (const iGmDocument *);
215iGmRunRange runRange_GmDocument (const iGmDocument *);
215size_t memorySize_GmDocument (const iGmDocument *); /* bytes */ 216size_t memorySize_GmDocument (const iGmDocument *); /* bytes */
216int warnings_GmDocument (const iGmDocument *); 217int warnings_GmDocument (const iGmDocument *);
217 218