Add python_init_prof()

This commit is contained in:
James Booth
2016-07-18 23:24:26 +01:00
parent 269b8ce832
commit 71ccfcc09f
3 changed files with 16 additions and 13 deletions

View File

@@ -35,10 +35,8 @@
#ifndef PYTHON_API_H
#define PYTHON_API_H
#include <Python.h>
void python_env_init(void);
PyMODINIT_FUNC python_api_init(void);
void python_init_prof(void);
void python_shutdown(void);
void python_command_callback(PluginCommand *command, gchar **args);