summaryrefslogtreecommitdiff
path: root/source4/scripting/python/pytalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/pytalloc.h')
-rw-r--r--source4/scripting/python/pytalloc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/scripting/python/pytalloc.h b/source4/scripting/python/pytalloc.h
index 93f6b48d82..735829bfcb 100644
--- a/source4/scripting/python/pytalloc.h
+++ b/source4/scripting/python/pytalloc.h
@@ -40,4 +40,7 @@ void py_talloc_dealloc(PyObject* self);
PyObject *py_talloc_import(PyTypeObject *py_type, void *ptr);
+/* Sane default implementation of reprfunc. */
+PyObject *py_talloc_default_repr(PyObject *py_obj);
+
#endif /* _PY_TALLOC_H_ */