diff libpurple/protocols/oscar/oscar.h @ 27427:4f24d5da4cb3

Create a oscar_get_ui_info_string() function that looks up a value in the ui_info hash table, and use this function in clientlogin.c and oscar.c
author Mark Doliner <mark@kingant.net>
date Wed, 08 Jul 2009 19:46:50 +0000
parents 7054f810b0f9
children 5048054d319a
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.h	Wed Jul 08 19:15:31 2009 +0000
+++ b/libpurple/protocols/oscar/oscar.h	Wed Jul 08 19:46:50 2009 +0000
@@ -1527,6 +1527,8 @@
 		(((*((buf)+2)) << 16) & 0x00ff0000) + \
 		(((*((buf)+3)) << 24) & 0xff000000))
 
+const char *oscar_get_ui_info_string(const char *str, const char *default_value);
+
 guint16 aimutil_iconsum(const guint8 *buf, int buflen);
 int aimutil_tokslen(char *toSearch, int theindex, char dl);
 int aimutil_itemcnt(char *toSearch, char dl);