Changes in doc/example_plugin.c [e506d6c:f7f3ada]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/example_plugin.c
re506d6c rf7f3ada 3 3 * a shared library and place it in the plugin directory: 4 4 * 5 * gcc -o example.so -shared example.c `pkg-config --cflags bitlbee`5 * gcc -o example.so -shared example.c 6 6 * cp example.so /usr/local/lib/bitlbee 7 7 */ 8 8 #include <stdio.h> 9 #include <bitlbee.h>10 9 11 10 void init_plugin(void)
Note: See TracChangeset
for help on using the changeset viewer.