From c040ec62e11b5140e52ee0f59f9fc70a94b5ac5d Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Wed, 7 Apr 2004 03:00:43 +0000 Subject: *** empty log message *** --- python/utils.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/utils.h') 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 -extern PyObject *xmlsec_error; +extern PyObject *lasso_error; int CheckArgs(PyObject *args, char *format); -#endif /* __PYXMLSEC_UTILS_H__ */ +#endif /* __PYLASSO_UTILS_H__ */ -- cgit