- Timestamp:
- 2009-12-01T21:08:02Z (15 years ago)
- Branches:
- master
- Children:
- b4dd253
- Parents:
- 36cf9fd
- Location:
- protocols
- Files:
-
- 7 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r36cf9fd r1b221e0 120 120 extern void byahoo_initmodule(); 121 121 extern void jabber_initmodule(); 122 extern void twitter_initmodule(); 122 123 123 124 #ifdef WITH_MSN … … 135 136 #ifdef WITH_JABBER 136 137 jabber_initmodule(); 138 #endif 139 140 #ifdef WITH_TWITTER 141 twitter_initmodule(); 137 142 #endif 138 143
Note: See TracChangeset
for help on using the changeset viewer.