Changeset 808825e for protocols/nogaim.c
- Timestamp:
- 2016-05-26T02:48:08Z (8 years ago)
- Branches:
- master
- Children:
- 35712b7
- Parents:
- d28fe1c4
- git-author:
- jgeboski <jgeboski@…> (15-05-16 20:40:15)
- git-committer:
- jgeboski <jgeboski@…> (26-05-16 02:48:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
rd28fe1c4 r808825e 228 228 load_plugins(); 229 229 #endif 230 } 231 232 GList *get_protocols() 233 { 234 return protocols; 235 } 236 237 GList *get_protocols_disabled() 238 { 239 return disabled_protocols; 230 240 } 231 241
Note: See TracChangeset
for help on using the changeset viewer.