libpurple/protocols/gg/lib/deflate.h

branch
release-2.x.y
changeset 43264
50facee54d1d
parent 43263
b9cf92c8b16b
equal deleted inserted replaced
43263:b9cf92c8b16b 43264:50facee54d1d
1 /* $Id$ */
2
3 /*
4 * (C) Copyright 2011 Bartosz Brachaczek <b.brachaczek@gmail.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU Lesser General Public License Version
8 * 2.1 as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
18 * USA.
19 */
20
21 #ifndef LIBGADU_DEFLATE_H
22 #define LIBGADU_DEFLATE_H
23
24 #include "libgadu.h"
25
26 unsigned char *gg_deflate(const char *in, size_t *out_lenp);
27 char *gg_inflate(const unsigned char *in, size_t length);
28
29 #endif /* LIBGADU_DEFLATE_H */

mercurial