aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-04-03 22:21:35 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-04-03 22:21:35 +0200
commite6d6047924c7f6b70d51398a617ada03ac1850de (patch)
tree1945870856e8420c9184af2cfd28e8b0e45b1c64 /protocols/nogaim.h
parent57ef86480b13cec08cec29f8352b168d9a16f4e4 (diff)
Added/Fixed calls to show_got_added() in all IM-modules, now to fill in that
call. (It should ask the user if he/she wants to add a buddy to his/her list.)
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index 60987842..894b5b05 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -243,7 +243,7 @@ G_MODULE_EXPORT void add_chat_buddy( struct conversation *b, char *handle );
G_MODULE_EXPORT void remove_chat_buddy( struct conversation *b, char *handle, char *reason );
/* prpl.c */
-G_MODULE_EXPORT void show_got_added( struct gaim_connection *gc, char *id, char *handle, const char *realname, const char *msg );
+G_MODULE_EXPORT void show_got_added( struct gaim_connection *gc, char *handle, const char *realname );
/* server.c */
G_MODULE_EXPORT void serv_got_update( struct gaim_connection *gc, char *handle, int loggedin, int evil, time_t signon, time_t idle, int type, guint caps );