Changeset c2fb3809 for protocols/nogaim.h
- Timestamp:
- 2007-04-15T22:39:35Z (17 years ago)
- Branches:
- master
- Children:
- 84b045d
- Parents:
- cd4723c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
rcd4723c rc2fb3809 80 80 int permdeny; 81 81 82 char username[64];83 82 char displayname[128]; 84 char password[32];85 86 83 char *away; 87 84 88 85 int evil; 89 gboolean wants_to_die; /* defaults to FALSE */90 86 91 87 /* BitlBee */ … … 211 207 G_MODULE_EXPORT void imc_error( struct im_connection *ic, char *format, ... ); 212 208 G_MODULE_EXPORT void imc_connected( struct im_connection *ic ); 213 G_MODULE_EXPORT void imc_logout( struct im_connection *ic );209 G_MODULE_EXPORT void imc_logout( struct im_connection *ic, int allow_reconnect ); 214 210 215 211 /* dialogs.c */
Note: See TracChangeset
for help on using the changeset viewer.