Changeset a9ca7dd for protocols/nogaim.h
- Timestamp:
- 2006-05-23T08:18:24Z (19 years ago)
- Branches:
- master
- Children:
- fc630f9
- Parents:
- da3b536
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
rda3b536 ra9ca7dd 215 215 G_MODULE_EXPORT void hide_login_progress( struct gaim_connection *gc, char *msg ); 216 216 G_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, ... ) ;217 G_MODULE_EXPORT void serv_got_crap( struct gaim_connection *gc, char *format, ... ) G_GNUC_PRINTF( 2, 3 ); 218 218 G_MODULE_EXPORT void account_online( struct gaim_connection *gc ); 219 219 G_MODULE_EXPORT void signoff( struct gaim_connection *gc );
Note: See TracChangeset
for help on using the changeset viewer.