summaryrefslogtreecommitdiffstats
path: root/depends/lzma/wrapper/lzip_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'depends/lzma/wrapper/lzip_header.h')
-rw-r--r--depends/lzma/wrapper/lzip_header.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/depends/lzma/wrapper/lzip_header.h b/depends/lzma/wrapper/lzip_header.h
new file mode 100644
index 00000000..138afa60
--- /dev/null
+++ b/depends/lzma/wrapper/lzip_header.h
@@ -0,0 +1,11 @@
+#ifndef __EASYLZMA_LZIP_HEADER__
+#define __EASYLZMA_LZIP_HEADER__
+
+#include "common_internal.h"
+
+/* lzip file format documented here:
+ * http://download.savannah.gnu.org/releases-noredirect/lzip/manual/ */
+
+void initializeLZIPFormatHandler(struct elzma_format_handler *hand);
+
+#endif