Changeset c6ca3ee for protocols/msn
- Timestamp:
- 2010-03-14T17:49:24Z (15 years ago)
- Branches:
- master
- Children:
- fb00989
- Parents:
- 6a78c0e
- Location:
- protocols/msn
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
r6a78c0e rc6ca3ee 26 26 #include "nogaim.h" 27 27 #include "msn.h" 28 29 int msn_chat_id; 30 GSList *msn_connections; 31 GSList *msn_switchboards; 28 32 29 33 static char *msn_set_display_name( set_t *set, char *value ); -
protocols/msn/msn.h
r6a78c0e rc6ca3ee 133 133 #define STATUS_SB_CHAT_SPARE 8 /* Same, but also for groupchats (not used yet). */ 134 134 135 int msn_chat_id;135 extern int msn_chat_id; 136 136 extern const struct msn_away_state msn_away_state_list[]; 137 137 extern const struct msn_status_code msn_status_code_list[]; … … 142 142 connection), the callback should check whether it's still listed here 143 143 before doing *anything* else. */ 144 GSList *msn_connections;145 GSList *msn_switchboards;144 extern GSList *msn_connections; 145 extern GSList *msn_switchboards; 146 146 147 147 /* ns.c */
Note: See TracChangeset
for help on using the changeset viewer.