summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index ebe0ed50..a97af029 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -30,6 +30,12 @@ const char * findLoc_GmRun (const iGmRun *, iInt2 pos);
30iDeclareClass(GmDocument) 30iDeclareClass(GmDocument)
31iDeclareObjectConstruction(GmDocument) 31iDeclareObjectConstruction(GmDocument)
32 32
33enum iGmDocumentFormat {
34 gemini_GmDocumentFormat,
35 plainText_GmDocumentFormat,
36};
37
38void setFormat_GmDocument (iGmDocument *, enum iGmDocumentFormat format);
33void setWidth_GmDocument (iGmDocument *, int width); 39void setWidth_GmDocument (iGmDocument *, int width);
34void setHost_GmDocument (iGmDocument *, const iString *host); /* local host name */ 40void setHost_GmDocument (iGmDocument *, const iString *host); /* local host name */
35void setSource_GmDocument (iGmDocument *, const iString *source, int width); 41void setSource_GmDocument (iGmDocument *, const iString *source, int width);