diff 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
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.h	Mon May 12 02:55:08 2008 +0000
+++ b/libpurple/protocols/oscar/oscar.h	Mon May 12 02:56:24 2008 +0000
@@ -1389,8 +1389,8 @@
 /* TLV handling functions */
 char *aim_tlv_getvalue_as_string(aim_tlv_t *tlv);
 
-aim_tlv_t *aim_tlv_gettlv(GSList *list, guint16 type, const int nth);
-int aim_tlv_getlength(GSList *list, guint16 type, const int nth);
+aim_tlv_t *aim_tlv_gettlv(GSList *list, const guint16 type, const int nth);
+int aim_tlv_getlength(GSList *list, const guint16 type, const int nth);
 char *aim_tlv_getstr(GSList *list, const guint16 type, const int nth);
 guint8 aim_tlv_get8(GSList *list, const guint16 type, const int nth);
 guint16 aim_tlv_get16(GSList *list, const guint16 type, const int nth);