diff src/protocols/oscar/aim.h @ 5844:db5aa27cb345

[gaim-migrate @ 6275] Compile warning reduction and non-C99 compile fixen. Also fixed AIM over OSCAR's "Format Screenname" (wrong function name :-) ) He that wanders is not always lost. Deny desire and you will be happy. Slay not he that hath no ear. A good traveller has no fixed plans and is not intent upon arriving. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 13 Jun 2003 02:15:11 +0000
parents dbed8c87f750
children a747e9e0e2cf
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Thu Jun 12 22:22:25 2003 +0000
+++ b/src/protocols/oscar/aim.h	Fri Jun 13 02:15:11 2003 +0000
@@ -1107,7 +1107,7 @@
 
 
 /* 0x0010 - icon.c */
-faim_export int aim_icon_upload(aim_session_t *sess, aim_conn_t *conn, const fu8_t *icon, fu16_t iconlen);
+faim_export int aim_icon_upload(aim_session_t *sess, const fu8_t *icon, fu16_t iconlen);
 faim_export int aim_icon_request(aim_session_t *sess, const char *sn, const fu8_t *iconstr, fu16_t iconstrlen);