Ignore:
Timestamp:
2007-04-15T22:39:35Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
84b045d
Parents:
cd4723c
Message:

Cleaned up struct im_connection. No more username/password stuff since
it's in acc too. wants_to_die is now an argument to imc_logout().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    rcd4723c rc2fb3809  
    8080        int permdeny;
    8181       
    82         char username[64];
    8382        char displayname[128];
    84         char password[32];
    85        
    8683        char *away;
    8784       
    8885        int evil;
    89         gboolean wants_to_die; /* defaults to FALSE */
    9086       
    9187        /* BitlBee */
     
    211207G_MODULE_EXPORT void imc_error( struct im_connection *ic, char *format, ... );
    212208G_MODULE_EXPORT void imc_connected( struct im_connection *ic );
    213 G_MODULE_EXPORT void imc_logout( struct im_connection *ic );
     209G_MODULE_EXPORT void imc_logout( struct im_connection *ic, int allow_reconnect );
    214210
    215211/* dialogs.c */
Note: See TracChangeset for help on using the changeset viewer.