diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-04-03 22:21:35 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-04-03 22:21:35 +0200 |
commit | e6d6047924c7f6b70d51398a617ada03ac1850de (patch) | |
tree | 1945870856e8420c9184af2cfd28e8b0e45b1c64 /protocols/nogaim.c | |
parent | 57ef86480b13cec08cec29f8352b168d9a16f4e4 (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.c')
-rw-r--r-- | protocols/nogaim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c index dc4327f3..de7faba7 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -565,7 +565,7 @@ void serv_buddy_rename( struct gaim_connection *gc, char *handle, char *realname /* prpl.c */ -void show_got_added( struct gaim_connection *gc, char *id, char *handle, const char *realname, const char *msg ) +void show_got_added( struct gaim_connection *gc, char *handle, const char *realname ) { return; } |