- 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)
- Location:
- protocols
- Files:
-
- 2 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 -
protocols/nogaim.h
rd28fe1c4 r808825e 287 287 /* im_api core stuff. */ 288 288 void nogaim_init(); 289 G_MODULE_EXPORT GList *get_protocols(); 290 G_MODULE_EXPORT GList *get_protocols_disabled(); 289 291 G_MODULE_EXPORT GSList *get_connections(); 290 292 G_MODULE_EXPORT struct prpl *find_protocol(const char *name);
Note: See TracChangeset
for help on using the changeset viewer.