diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-02 00:54:07 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-02 00:54:07 +0000 |
| commit | b6c73fd19c79ce9c548090466e5a514a61da36ae (patch) | |
| tree | 7cccd562a2640b30c2f539e990c96f5881f273ca /python/utils.h | |
| parent | d09a0de3b0e667b96ca722f374f04baeb164224b (diff) | |
| download | lasso-b6c73fd19c79ce9c548090466e5a514a61da36ae.tar.gz lasso-b6c73fd19c79ce9c548090466e5a514a61da36ae.tar.xz lasso-b6c73fd19c79ce9c548090466e5a514a61da36ae.zip | |
Initial commit
Diffstat (limited to 'python/utils.h')
| -rw-r--r-- | python/utils.h | 11 |
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__ */ |
