Changeset 66aefeb for protocols/nogaim.c


Ignore:
Timestamp:
2015-02-27T00:54:47Z (9 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Children:
9ae7332
Parents:
6cdecc7
Message:

init works. Still very rough otherwise, and next to no callbacks into
BitlBee implemented yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r6cdecc7 r66aefeb  
    132132        extern void twitter_initmodule();
    133133        extern void purple_initmodule();
     134        extern void rpc_initmodule();
    134135
    135136#ifdef WITH_MSN
     
    155156#ifdef WITH_PURPLE
    156157        purple_initmodule();
     158#endif
     159
     160#ifdef WITH_RPC
     161        rpc_initmodule();
    157162#endif
    158163
Note: See TracChangeset for help on using the changeset viewer.