libpurple/protocols/gg/lib/encoding.h

changeset 38067
3c2c551feeb9
parent 38066
2e94b6fa06a0
child 38068
fd6805c0df15
equal deleted inserted replaced
38066:2e94b6fa06a0 38067:3c2c551feeb9
1 /*
2 * (C) Copyright 2008-2009 Jakub Zawadzki <darkjames@darkjames.ath.cx>
3 * Wojtek Kaniewski <wojtekka@irc.pl>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU Lesser General Public License Version
7 * 2.1 as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
17 * USA.
18 */
19
20 #ifndef LIBGADU_ENCODING_H
21 #define LIBGADU_ENCODING_H
22
23 #include "libgadu.h"
24
25 char *gg_encoding_convert(const char *src, gg_encoding_t src_encoding,
26 gg_encoding_t dst_encoding, int src_length, int dst_length);
27
28 #endif /* LIBGADU_SESSION_H */

mercurial