Changeset 70ac477 for protocols/msn/msn.h
- Timestamp:
- 2010-06-11T11:34:39Z (15 years ago)
- Branches:
- master
- Children:
- 1c8e5f7
- Parents:
- 5266354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.h
r5266354 r70ac477 70 70 int trId; 71 71 72 GSList *msgq ;72 GSList *msgq, *grpq; 73 73 GSList *switchboards; 74 74 int sb_failures; … … 119 119 char *who; 120 120 char *text; 121 }; 122 123 struct msn_groupadd 124 { 125 char *who; 126 char *group; 121 127 }; 122 128
Note: See TracChangeset
for help on using the changeset viewer.