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); | |
ca9f26 | 6 | void plugin_list_free(ts_plugin_list *plist); |
eb7d7e | 7 | #endif |