diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-05 21:07:33 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-03-05 21:07:33 +0100 |
commit | 96ace1b808f4df3f2106fa90c19fdc23408f924d (patch) | |
tree | 708964395077c98c6cab44ba04b115acf6860f64 /doc/example_plugin.c | |
parent | f665dabdff831743ea35e755b6ec1e2fe2551d9c (diff) | |
parent | 27ac72d69b605df62e4f56b04ed7aec0c4e4ba1f (diff) |
[merge] Wilmer
Diffstat (limited to 'doc/example_plugin.c')
-rw-r--r-- | doc/example_plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/example_plugin.c b/doc/example_plugin.c index 38d02260..a33907a8 100644 --- a/doc/example_plugin.c +++ b/doc/example_plugin.c @@ -2,10 +2,11 @@ * This is the most simple possible BitlBee plugin. To use, compile it as * a shared library and place it in the plugin directory: * - * gcc -o example.so -shared example.c + * gcc -o example.so -shared example.c `pkg-config --cflags bitlbee` * cp example.so /usr/local/lib/bitlbee */ #include <stdio.h> +#include <bitlbee.h> void init_plugin(void) { |