commit | author | age | ||
eb7d7e | 1 | #ifndef _H_PLUGINS |
SP | 2 | #define _H_PLUGINS |
3 | #include "general.h" | |
4 | ts_plugin *init_plugin(ts_char *filename); | |
5 | ts_plugin_list *init_plugin_list(ts_char **plugin_filenames, ts_uint number_of_filenames); | |
6 | #endif |