Changes in protocols/msn/msn.h [a830512:e3413cc]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.h
ra830512 re3413cc 97 97 struct msn_away_state 98 98 { 99 int number;100 99 char code[4]; 101 100 char name[16]; … … 136 135 #define STATUS_SB_CHAT_SPARE 8 /* Same, but also for groupchats (not used yet). */ 137 136 138 int msn_chat_id;137 extern int msn_chat_id; 139 138 extern const struct msn_away_state msn_away_state_list[]; 140 139 extern const struct msn_status_code msn_status_code_list[]; … … 145 144 connection), the callback should check whether it's still listed here 146 145 before doing *anything* else. */ 147 GSList *msn_connections;148 GSList *msn_switchboards;146 extern GSList *msn_connections; 147 extern GSList *msn_switchboards; 149 148 150 149 /* ns.c */ … … 162 161 char *msn_http_encode( const char *input ); 163 162 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.