Fix prof module init for python3
This commit is contained in:
@@ -35,8 +35,10 @@
|
||||
#ifndef PYTHON_API_H
|
||||
#define PYTHON_API_H
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
void python_env_init(void);
|
||||
void python_api_init(void);
|
||||
PyMODINIT_FUNC python_api_init(void);
|
||||
void python_shutdown(void);
|
||||
|
||||
void python_command_callback(PluginCommand *command, gchar **args);
|
||||
|
||||
Reference in New Issue
Block a user