comparison libpurple/protocols/oscar/oscar.h @ 22917:277966d1987e

Fix functions to match definitions.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 12 May 2008 02:56:24 +0000
parents 8f353a311895
children 92647292a8b1 f1a0258b44f4
comparison
equal deleted inserted replaced
22916:7d8c06d88125 22917:277966d1987e
1387 } aim_tlv_t; 1387 } aim_tlv_t;
1388 1388
1389 /* TLV handling functions */ 1389 /* TLV handling functions */
1390 char *aim_tlv_getvalue_as_string(aim_tlv_t *tlv); 1390 char *aim_tlv_getvalue_as_string(aim_tlv_t *tlv);
1391 1391
1392 aim_tlv_t *aim_tlv_gettlv(GSList *list, guint16 type, const int nth); 1392 aim_tlv_t *aim_tlv_gettlv(GSList *list, const guint16 type, const int nth);
1393 int aim_tlv_getlength(GSList *list, guint16 type, const int nth); 1393 int aim_tlv_getlength(GSList *list, const guint16 type, const int nth);
1394 char *aim_tlv_getstr(GSList *list, const guint16 type, const int nth); 1394 char *aim_tlv_getstr(GSList *list, const guint16 type, const int nth);
1395 guint8 aim_tlv_get8(GSList *list, const guint16 type, const int nth); 1395 guint8 aim_tlv_get8(GSList *list, const guint16 type, const int nth);
1396 guint16 aim_tlv_get16(GSList *list, const guint16 type, const int nth); 1396 guint16 aim_tlv_get16(GSList *list, const guint16 type, const int nth);
1397 guint32 aim_tlv_get32(GSList *list, const guint16 type, const int nth); 1397 guint32 aim_tlv_get32(GSList *list, const guint16 type, const int nth);
1398 1398