Changeset a9ca7dd for protocols


Ignore:
Timestamp:
2006-05-23T08:18:24Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fc630f9
Parents:
da3b536
Message:

Added G_GNUC_PRINTF(...) to definitions of functions that take format
strings so GCC can detect them and complain when things don't look right.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    rda3b536 ra9ca7dd  
    215215G_MODULE_EXPORT void hide_login_progress( struct gaim_connection *gc, char *msg );
    216216G_MODULE_EXPORT void hide_login_progress_error( struct gaim_connection *gc, char *msg );
    217 G_MODULE_EXPORT void serv_got_crap( struct gaim_connection *gc, char *format, ... );
     217G_MODULE_EXPORT void serv_got_crap( struct gaim_connection *gc, char *format, ... ) G_GNUC_PRINTF( 2, 3 );
    218218G_MODULE_EXPORT void account_online( struct gaim_connection *gc );
    219219G_MODULE_EXPORT void signoff( struct gaim_connection *gc );
Note: See TracChangeset for help on using the changeset viewer.