mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-30 03:46:45 +02:00
Python interface for getting the user's nickname/status and executing commands
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
PyMODINIT_FUNC PyInit_toxic_api(void);
|
||||
void terminate_python(void);
|
||||
void init_python(void);
|
||||
void init_python(Tox *m);
|
||||
void run_python(FILE *fp, char *path);
|
||||
|
||||
#endif /* #define PYTHON_API_H */
|
||||
|
Reference in New Issue
Block a user