summaryrefslogtreecommitdiff
path: root/backend/impress/zip.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-04-27 20:33:21 +0200
committerStefano Karapetsas <[email protected]>2013-04-27 20:33:21 +0200
commit0ccbc83f09c65cdb252c63ee110bac7e91f4c7bd (patch)
tree85befc9e4e4568c2cc0d5960f3dbb1d55b647223 /backend/impress/zip.h
parent360c4652feef85e15c936d9da9d3c49b081cd502 (diff)
downloadatril-0ccbc83f09c65cdb252c63ee110bac7e91f4c7bd.tar.bz2
atril-0ccbc83f09c65cdb252c63ee110bac7e91f4c7bd.tar.xz
Remove broken impress backend
Diffstat (limited to 'backend/impress/zip.h')
-rw-r--r--backend/impress/zip.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/backend/impress/zip.h b/backend/impress/zip.h
deleted file mode 100644
index 23ff3631..00000000
--- a/backend/impress/zip.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* imposter (OO.org Impress viewer)
-** Copyright (C) 2003-2005 Gurer Ozen
-** This code is free software; you can redistribute it and/or
-** modify it under the terms of GNU General Public License.
-*/
-
-struct zip_struct;
-typedef struct zip_struct zip;
-
-char *zip_error (int err);
-
-zip *zip_open (const char *fname, int *err);
-void zip_close (zip *z);
-
-iks *zip_load_xml (zip *z, const char *name, int *err);
-
-unsigned long zip_get_size (zip *z, const char *name);
-int zip_load (zip *z, const char *name, char *buf);