- Timestamp:
- 2009-10-04T23:28:11Z (15 years ago)
- Branches:
- master
- Children:
- 860ba6a
- Parents:
- e59b4f6
- Location:
- protocols
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
re59b4f6 r796da03 118 118 extern void byahoo_initmodule(); 119 119 extern void jabber_initmodule(); 120 extern void purple_initmodule(); 120 121 121 122 #ifdef WITH_MSN … … 133 134 #ifdef WITH_JABBER 134 135 jabber_initmodule(); 136 #endif 137 138 #ifdef WITH_PURPLE 139 purple_initmodule(); 135 140 #endif 136 141
Note: See TracChangeset
for help on using the changeset viewer.