diff options
Diffstat (limited to 'src/gempub.h')
-rw-r--r-- | src/gempub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gempub.h b/src/gempub.h index c03cabe6..e5f1b8eb 100644 --- a/src/gempub.h +++ b/src/gempub.h | |||
@@ -53,6 +53,7 @@ void close_Gempub (iGempub *); | |||
53 | void setBaseUrl_Gempub (iGempub *, const iString *baseUrl); | 53 | void setBaseUrl_Gempub (iGempub *, const iString *baseUrl); |
54 | 54 | ||
55 | iBool isOpen_Gempub (const iGempub *); | 55 | iBool isOpen_Gempub (const iGempub *); |
56 | iBool isRemote_Gempub (const iGempub *); | ||
56 | iString * coverPageSource_Gempub (const iGempub *); | 57 | iString * coverPageSource_Gempub (const iGempub *); |
57 | iBool preloadCoverImage_Gempub(const iGempub *, iGmDocument *doc); | 58 | iBool preloadCoverImage_Gempub(const iGempub *, iGmDocument *doc); |
58 | 59 | ||