Changeset e6d6047 for protocols/nogaim.c


Ignore:
Timestamp:
2006-04-03T20:21:35Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f8de26f
Parents:
57ef864
Message:

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.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r57ef864 re6d6047  
    566566/* prpl.c */
    567567
    568 void show_got_added( struct gaim_connection *gc, char *id, char *handle, const char *realname, const char *msg )
     568void show_got_added( struct gaim_connection *gc, char *handle, const char *realname )
    569569{
    570570        return;
Note: See TracChangeset for help on using the changeset viewer.