- Timestamp:
- 2018-01-10T03:05:23Z (7 years ago)
- Branches:
- master
- Children:
- d168091
- Parents:
- 4a9c6b0
- Location:
- protocols
- Files:
-
- 9 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r4a9c6b0 r7ec2ce8 254 254 void nogaim_init() 255 255 { 256 extern void msn_initmodule();257 256 extern void oscar_initmodule(); 258 257 extern void jabber_initmodule(); 259 258 extern void twitter_initmodule(); 260 259 extern void purple_initmodule(); 261 262 #ifdef WITH_MSN263 msn_initmodule();264 #endif265 260 266 261 #ifdef WITH_OSCAR
Note: See TracChangeset
for help on using the changeset viewer.