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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/python/py_common.h b/source3/python/py_common.h
index 1d2d4d6cd0..30a47eba25 100644
--- a/source3/python/py_common.h
+++ b/source3/python/py_common.h
@@ -24,5 +24,7 @@
/* Function prototypes */
void py_samba_init(void);
+PyObject *py_werror_tuple(WERROR werror);
+PyObject *py_ntstatus_tuple(NTSTATUS ntstatus);
#endif /* _PY_COMMON_H */