From b6c73fd19c79ce9c548090466e5a514a61da36ae Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Fri, 2 Apr 2004 00:54:07 +0000 Subject: Initial commit --- python/utils.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/utils.h (limited to 'python/utils.h') 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 + +extern PyObject *xmlsec_error; + +int CheckArgs(PyObject *args, char *format); + +#endif /* __PYXMLSEC_UTILS_H__ */ -- cgit