summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Atallah <datallah@pidgin.im>2008-05-12 02:27:24 +0000
committerDaniel Atallah <datallah@pidgin.im>2008-05-12 02:27:24 +0000
commit6aea4da85f17a872a2cbf8166310f4c422e9c9b6 (patch)
treebb9bf74d74876a0eb9913432912521cfdd196d4f
parente343370a600e43f59c118106101ea4913e39de6c (diff)
downloadpidgin-6aea4da85f17a872a2cbf8166310f4c422e9c9b6.tar.gz
Fix function to match header definition
-rw-r--r--libpurple/protocols/oscar/msgcookie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/protocols/oscar/msgcookie.c b/libpurple/protocols/oscar/msgcookie.c
index eaf6ea9bcf..6bcf50f7bd 100644
--- a/libpurple/protocols/oscar/msgcookie.c
+++ b/libpurple/protocols/oscar/msgcookie.c
@@ -132,7 +132,7 @@ IcbmCookie *aim_mkcookie(guint8 *c, int type, void *data)
* on success; returns NULL on error/not found
*/
-IcbmCookie *aim_checkcookie(OscarData *od, const guint8 *cookie, int type)
+IcbmCookie *aim_checkcookie(OscarData *od, const guint8 *cookie, const int type)
{
IcbmCookie *cur;