- Timestamp:
- 2006-03-02T11:38:33Z (19 years ago)
- Branches:
- master
- Children:
- 1e5fcac
- Parents:
- 9a1555d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/example_plugin.c
r9a1555d re506d6c 3 3 * a shared library and place it in the plugin directory: 4 4 * 5 * gcc -o example.so -shared example.c 5 * gcc -o example.so -shared example.c `pkg-config --cflags bitlbee` 6 6 * cp example.so /usr/local/lib/bitlbee 7 7 */ 8 8 #include <stdio.h> 9 #include <bitlbee.h> 9 10 10 11 void init_plugin(void)
Note: See TracChangeset
for help on using the changeset viewer.