libpurple/protocols/gg/utils.h

changeset 39819
3554dac2991b
parent 35144
3590ceb242b5
child 40439
e9838d634d5e
equal deleted inserted replaced
39818:d63ceb45d88d 39819:3554dac2991b
25 * You should have received a copy of the GNU General Public License 25 * You should have received a copy of the GNU General Public License
26 * along with this program; if not, write to the Free Software 26 * along with this program; if not, write to the Free Software
27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
28 */ 28 */
29 29
30 #ifndef _GGP_UTILS_H 30 #ifndef PURPLE_GG_UTILS_H
31 #define _GGP_UTILS_H 31 #define PURPLE_GG_UTILS_H
32 32
33 #include <internal.h> 33 #include <internal.h>
34 #include <libgadu.h> 34 #include <libgadu.h>
35 #include <json-glib/json-glib.h> 35 #include <json-glib/json-glib.h>
36 36
106 106
107 gint ggp_int64_compare(gconstpointer a, gconstpointer b); 107 gint ggp_int64_compare(gconstpointer a, gconstpointer b);
108 108
109 JsonParser * ggp_json_parse(const gchar *data); 109 JsonParser * ggp_json_parse(const gchar *data);
110 110
111 #endif /* _GGP_UTILS_H */ 111 #endif /* PURPLE_GG_UTILS_H */

mercurial