summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/mspack/mszipc.c
blob: 2f14b9ac8373b66627e4ef60f9d887719b230980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 */