Changes in protocols/msn/msn.h [e3413cc:a830512]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.h
re3413cc ra830512 97 97 struct msn_away_state 98 98 { 99 int number; 99 100 char code[4]; 100 101 char name[16]; … … 135 136 #define STATUS_SB_CHAT_SPARE 8 /* Same, but also for groupchats (not used yet). */ 136 137 137 externint msn_chat_id;138 int msn_chat_id; 138 139 extern const struct msn_away_state msn_away_state_list[]; 139 140 extern const struct msn_status_code msn_status_code_list[]; … … 144 145 connection), the callback should check whether it's still listed here 145 146 before doing *anything* else. */ 146 externGSList *msn_connections;147 externGSList *msn_switchboards;147 GSList *msn_connections; 148 GSList *msn_switchboards; 148 149 149 150 /* ns.c */ … … 161 162 char *msn_http_encode( const char *input ); 162 163 void msn_msgq_purge( struct im_connection *ic, GSList **list ); 163 gboolean msn_set_display_name( struct im_connection *ic, const char *rawname );164 164 165 165 /* tables.c */
Note: See TracChangeset
for help on using the changeset viewer.