diff options
Diffstat (limited to 'src/gempub.h')
-rw-r--r-- | src/gempub.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gempub.h b/src/gempub.h index 6c1103de..fb3c510b 100644 --- a/src/gempub.h +++ b/src/gempub.h | |||
@@ -56,6 +56,8 @@ iBool isOpen_Gempub (const iGempub *); | |||
56 | iString * coverPageSource_Gempub (const iGempub *); | 56 | iString * coverPageSource_Gempub (const iGempub *); |
57 | iBool preloadCoverImage_Gempub(const iGempub *, iGmDocument *doc); | 57 | iBool preloadCoverImage_Gempub(const iGempub *, iGmDocument *doc); |
58 | 58 | ||
59 | const iString *property_Gempub (const iGempub *, enum iGempubProperty); | 59 | const iString * property_Gempub (const iGempub *, enum iGempubProperty); |
60 | const iString * indexPageUrl_Gempub (const iGempub *); | ||
61 | const iString * navStartLinkUrl_Gempub (const iGempub *); /* for convenience */ | ||
60 | 62 | ||
61 | extern const char *mimeType_Gempub; | 63 | extern const char *mimeType_Gempub; |