summaryrefslogtreecommitdiffstats
path: root/utils/rbutilqt/mspack/mszipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/mspack/mszipc.c')
-rw-r--r--utils/rbutilqt/mspack/mszipc.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/utils/rbutilqt/mspack/mszipc.c b/utils/rbutilqt/mspack/mszipc.c
new file mode 100644
index 0000000000..2f14b9ac83
--- /dev/null
+++ b/utils/rbutilqt/mspack/mszipc.c
@@ -0,0 +1,18 @@
+/* This file is part of libmspack.
+ * (C) 2003-2004 Stuart Caie.
+ *
+ * The deflate method was created by Phil Katz. MSZIP is equivalent to the
+ * deflate method.
+ *
+ * libmspack is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License (LGPL) version 2.1
+ *
+ * For further details, see the file COPYING.LIB distributed with libmspack
+ */
+
+/* MS-ZIP compression implementation */
+
+#include "system-mspack.h"
+#include "mszip.h"
+
+/* todo */