diff options
Diffstat (limited to 'backend')
-rw-r--r-- | backend/epub/epub-document.c | 2 | ||||
-rw-r--r-- | backend/epub/epub-document.h | 2 | ||||
-rw-r--r-- | backend/epub/minizip/ioapi.c (renamed from backend/epub/ioapi.c) | 0 | ||||
-rw-r--r-- | backend/epub/minizip/ioapi.h (renamed from backend/epub/ioapi.h) | 0 | ||||
-rw-r--r-- | backend/epub/minizip/unzip.c (renamed from backend/epub/unzip.c) | 0 | ||||
-rw-r--r-- | backend/epub/minizip/unzip.h (renamed from backend/epub/unzip.h) | 0 |
6 files changed, 2 insertions, 2 deletions
diff --git a/backend/epub/epub-document.c b/backend/epub/epub-document.c index 165bbc85..3154072f 100644 --- a/backend/epub/epub-document.c +++ b/backend/epub/epub-document.c @@ -324,4 +324,4 @@ extract_one_file(GError ** error) g_free(currentfilename); g_free(buffer); -}
\ No newline at end of file +} diff --git a/backend/epub/epub-document.h b/backend/epub/epub-document.h index 4b57e178..5fff2514 100644 --- a/backend/epub/epub-document.h +++ b/backend/epub/epub-document.h @@ -5,7 +5,7 @@ G_BEGIN_DECLS -#define EPUB_TYPE_DOCUMENT (EPUB_document_get_type ()) +#define EPUB_TYPE_DOCUMENT (epub_document_get_type ()) #define EPUB_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPUB_TYPE_DOCUMENT, ePubDocument)) #define EPUB_IS_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EPUB_TYPE_DOCUMENT)) diff --git a/backend/epub/ioapi.c b/backend/epub/minizip/ioapi.c index 7f5c191b..7f5c191b 100644 --- a/backend/epub/ioapi.c +++ b/backend/epub/minizip/ioapi.c diff --git a/backend/epub/ioapi.h b/backend/epub/minizip/ioapi.h index 8dcbdb06..8dcbdb06 100644 --- a/backend/epub/ioapi.h +++ b/backend/epub/minizip/ioapi.h diff --git a/backend/epub/unzip.c b/backend/epub/minizip/unzip.c index 90935043..90935043 100644 --- a/backend/epub/unzip.c +++ b/backend/epub/minizip/unzip.c diff --git a/backend/epub/unzip.h b/backend/epub/minizip/unzip.h index 2104e391..2104e391 100644 --- a/backend/epub/unzip.h +++ b/backend/epub/minizip/unzip.h |