Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/libpurple/protocols/qq/utils.h Mon Mar 19 06:11:46 2007 +0000 +++ b/libpurple/protocols/qq/utils.h Mon Mar 19 07:01:17 2007 +0000 @@ -1,9 +1,9 @@ /** * @file utils.h * - * gaim + * purple * - * Gaim is the legal property of its developers, whose names are too numerous + * Purple is the legal property of its developers, whose names are too numerous * to list here. Please refer to the COPYRIGHT file distributed with this * source distribution. * @@ -38,9 +38,9 @@ gchar *gen_ip_str(guint8 *ip); guint8 *str_ip_gen(gchar *str); -guint32 gaim_name_to_uid(const gchar *name); -gchar *uid_to_gaim_name(guint32 uid); -gchar *chat_name_to_gaim_name(const gchar *const name); +guint32 purple_name_to_uid(const gchar *name); +gchar *uid_to_purple_name(guint32 uid); +gchar *chat_name_to_purple_name(const gchar *const name); gchar *face_to_icon_str(gint face);
