Changeset ca7de3a for protocols/msn/msn.h
- Timestamp:
- 2010-08-12T22:13:26Z (14 years ago)
- Branches:
- master
- Children:
- be7a180
- Parents:
- 7f34ce2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.h
r7f34ce2 rca7de3a 89 89 int groupcount; 90 90 char **grouplist; 91 GTree *domaintree; 91 92 }; 92 93 … … 153 154 typedef enum 154 155 { 155 MSN_BUDDY_FL = 1, 156 MSN_BUDDY_FL = 1, /* Warning: FL,AL,BL *must* be 1,2,4. */ 156 157 MSN_BUDDY_AL = 2, 157 158 MSN_BUDDY_BL = 4, … … 187 188 gboolean msn_ns_connected( gpointer data, gint source, b_input_condition cond ); 188 189 void msn_auth_got_passport_token( struct im_connection *ic, char *token ); 190 void msn_auth_got_contact_list( struct im_connection *ic ); 189 191 190 192 /* msn_util.c */ … … 201 203 gboolean msn_set_display_name( struct im_connection *ic, const char *rawname ); 202 204 char *msn_p11_challenge( char *challenge ); 205 gint msn_domaintree_cmp( gconstpointer a_, gconstpointer b_ ); 203 206 204 207 /* tables.c */
Note: See TracChangeset
for help on using the changeset viewer.