Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/example_plugin.c

    re506d6c rf7f3ada  
    33 * a shared library and place it in the plugin directory:
    44 *
    5  * gcc -o example.so -shared example.c `pkg-config --cflags bitlbee`
     5 * gcc -o example.so -shared example.c
    66 * cp example.so /usr/local/lib/bitlbee
    77 */
    88#include <stdio.h>
    9 #include <bitlbee.h>
    109
    1110void init_plugin(void)
Note: See TracChangeset for help on using the changeset viewer.