summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-12-07 15:21:32 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-12-07 15:21:32 +0000
commitd20172ca8afcd425c56963b04646a16aa698abb1 (patch)
treeba736719f4353e535eef541ea59446365db45a3b /swig
parent255f89076e5d606c541d03ee348e5599514a6aac (diff)
downloadlasso-d20172ca8afcd425c56963b04646a16aa698abb1.tar.gz
lasso-d20172ca8afcd425c56963b04646a16aa698abb1.tar.xz
lasso-d20172ca8afcd425c56963b04646a16aa698abb1.zip
binding for new error code
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index 8f1ca600..799d8a71 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -1065,6 +1065,7 @@ typedef enum {
%rename(LOGOUT_ERROR_UNSUPPORTED_PROFILE) LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILE;
%rename(LOGOUT_ERROR_REQUEST_DENIED) LASSO_LOGOUT_ERROR_REQUEST_DENIED;
%rename(LOGOUT_ERROR_FEDERATION_NOT_FOUND) LASSO_LOGOUT_ERROR_FEDERATION_NOT_FOUND;
+%rename(LOGOUT_ERROR_UNKNOWN_PRINCIPAL) LASSO_LOGOUT_ERROR_UNKNOWN_PRINCIPAL;
#endif
/* Profile */