diff options
Diffstat (limited to 'core/plugin.h')
| -rw-r--r-- | core/plugin.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/core/plugin.h b/core/plugin.h index 64c557f..cdd544c 100644 --- a/core/plugin.h +++ b/core/plugin.h @@ -1,3 +1,5 @@  typedef int (*plugin_init)(); + +/* Internal API */  int plugins_load(char* dir);  int plugins_close(); | 
