summaryrefslogtreecommitdiff
path: root/source3/python/py_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python/py_common.h')
-rw-r--r--source3/python/py_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/python/py_common.h b/source3/python/py_common.h
index 30a47eba25..4a5c92ca8c 100644
--- a/source3/python/py_common.h
+++ b/source3/python/py_common.h
@@ -27,4 +27,8 @@ void py_samba_init(void);
PyObject *py_werror_tuple(WERROR werror);
PyObject *py_ntstatus_tuple(NTSTATUS ntstatus);
+PyObject *py_setup_logging(PyObject *self, PyObject *args);
+PyObject *get_debuglevel(PyObject *self, PyObject *args);
+PyObject *set_debuglevel(PyObject *self, PyObject *args);
+
#endif /* _PY_COMMON_H */