summaryrefslogtreecommitdiffstats
path: root/python/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/utils.h')
-rw-r--r--python/utils.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/utils.h b/python/utils.h
new file mode 100644
index 00000000..49df83ce
--- /dev/null
+++ b/python/utils.h
@@ -0,0 +1,11 @@
+#ifndef __PYXMLSEC_UTILS_H__
+#define __PYXMLSEC_UTILS_H__
+
+#undef _POSIX_C_SOURCE
+#include <Python.h>
+
+extern PyObject *xmlsec_error;
+
+int CheckArgs(PyObject *args, char *format);
+
+#endif /* __PYXMLSEC_UTILS_H__ */