comparison libpurple/protocols/qq/utils.h @ 15822:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children 44b4e8bd759b
comparison
equal deleted inserted replaced
15821:84b0f9b23ede 15822:32c366eeeb99
1 /** 1 /**
2 * @file utils.h 2 * @file utils.h
3 * 3 *
4 * gaim 4 * purple
5 * 5 *
6 * Gaim is the legal property of its developers, whose names are too numerous 6 * Purple is the legal property of its developers, whose names are too numerous
7 * to list here. Please refer to the COPYRIGHT file distributed with this 7 * to list here. Please refer to the COPYRIGHT file distributed with this
8 * source distribution. 8 * source distribution.
9 * 9 *
10 * This program is free software; you can redistribute it and/or modify 10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by 11 * it under the terms of the GNU General Public License as published by
36 guint8 *_gen_session_md5(gint uid, guint8 *session_key); 36 guint8 *_gen_session_md5(gint uid, guint8 *session_key);
37 37
38 gchar *gen_ip_str(guint8 *ip); 38 gchar *gen_ip_str(guint8 *ip);
39 guint8 *str_ip_gen(gchar *str); 39 guint8 *str_ip_gen(gchar *str);
40 40
41 guint32 gaim_name_to_uid(const gchar *name); 41 guint32 purple_name_to_uid(const gchar *name);
42 gchar *uid_to_gaim_name(guint32 uid); 42 gchar *uid_to_purple_name(guint32 uid);
43 gchar *chat_name_to_gaim_name(const gchar *const name); 43 gchar *chat_name_to_purple_name(const gchar *const name);
44 44
45 gchar *face_to_icon_str(gint face); 45 gchar *face_to_icon_str(gint face);
46 46
47 void try_dump_as_gbk(const guint8 *const data, gint len); 47 void try_dump_as_gbk(const guint8 *const data, gint len);
48 48