diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-10-04 08:07:54 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-10-04 08:07:54 +0000 |
| commit | d478d84934c6f10083c121f669bb005f6cdd0250 (patch) | |
| tree | d59a078a4add317275d5b39af8c85c28e29cc7ec | |
| parent | d876cf4cc7296ae90cd908eb273c4d482ba061c6 (diff) | |
handle new error code
| -rw-r--r-- | swig/Lasso.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i index 8bfdab77..d0c2900c 100644 --- a/swig/Lasso.i +++ b/swig/Lasso.i @@ -1001,6 +1001,7 @@ typedef enum { /* Single Logout */ #ifndef SWIGPHP4 %rename(LOGOUT_ERROR_UNSUPPORTED_PROFILE) LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILE; +%rename(LOGOUT_ERROR_REQUEST_DENIED) LASSO_LOGOUT_ERROR_REQUEST_DENIED; #endif /* Profile */ |
