diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-07 03:00:43 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-07 03:00:43 +0000 |
commit | c040ec62e11b5140e52ee0f59f9fc70a94b5ac5d (patch) | |
tree | d2031b4e39c16b80ed8090e9e169547d9ac85528 /python/utils.h | |
parent | beeae477e9c544e707d27101ce4e9c6c6cd80d70 (diff) | |
download | lasso-c040ec62e11b5140e52ee0f59f9fc70a94b5ac5d.tar.gz lasso-c040ec62e11b5140e52ee0f59f9fc70a94b5ac5d.tar.xz lasso-c040ec62e11b5140e52ee0f59f9fc70a94b5ac5d.zip |
*** empty log message ***
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__ */ |