Changeset 796da03 for protocols/nogaim.c


Ignore:
Timestamp:
2009-10-04T23:28:11Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
860ba6a
Parents:
e59b4f6
Message:

Something that compiles and runs, but otherwise utterly useless. Added a
protocols/purple/ module and included it in the build system. Already picks
up all the supported protocols and adds them individually.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    re59b4f6 r796da03  
    118118        extern void byahoo_initmodule();
    119119        extern void jabber_initmodule();
     120        extern void purple_initmodule();
    120121
    121122#ifdef WITH_MSN
     
    133134#ifdef WITH_JABBER
    134135        jabber_initmodule();
     136#endif
     137       
     138#ifdef WITH_PURPLE
     139        purple_initmodule();
    135140#endif
    136141
Note: See TracChangeset for help on using the changeset viewer.