1
0
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:
jakob
2017-05-15 22:12:28 -04:00
parent 0e13a1f1bc
commit 90210daca7
6 changed files with 120 additions and 12 deletions

View File

@ -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 */