1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:57:48 +02:00

Change visibility on Python commands list

This commit is contained in:
jakob 2017-05-20 08:18:28 -04:00
parent 37912f2d88
commit 76d1eafdc0

View File

@ -27,7 +27,7 @@
extern Tox *user_tox; extern Tox *user_tox;
struct python_registered_func { static struct python_registered_func {
char *name; char *name;
char *help; char *help;
PyObject *callback; PyObject *callback;