diff options
Diffstat (limited to 'python/utils.h')
-rw-r--r-- | python/utils.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/utils.h b/python/utils.h index 49df83ce..9f5be831 100644 --- a/python/utils.h +++ b/python/utils.h @@ -1,11 +1,11 @@ -#ifndef __PYXMLSEC_UTILS_H__ -#define __PYXMLSEC_UTILS_H__ +#ifndef __PYLASSO_UTILS_H__ +#define __PYLASSO_UTILS_H__ #undef _POSIX_C_SOURCE #include <Python.h> -extern PyObject *xmlsec_error; +extern PyObject *lasso_error; int CheckArgs(PyObject *args, char *format); -#endif /* __PYXMLSEC_UTILS_H__ */ +#endif /* __PYLASSO_UTILS_H__ */ |