summaryrefslogtreecommitdiffstats
path: root/python/environs/py_identity.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-30 12:02:28 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-30 12:02:28 +0000
commit407ce45c3b8ff3cbaafe3551423d09759ea699a6 (patch)
treef8762b82681037db9db5ca966bf089b51a2086ce /python/environs/py_identity.h
parent04c32c9de2acb7bc10303b071fdd064ea0a355be (diff)
downloadlasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.tar.gz
lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.tar.xz
lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.zip
Update
Diffstat (limited to 'python/environs/py_identity.h')
-rw-r--r--python/environs/py_identity.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/environs/py_identity.h b/python/environs/py_identity.h
index dbcfe368..ea8c75dc 100644
--- a/python/environs/py_identity.h
+++ b/python/environs/py_identity.h
@@ -38,13 +38,6 @@ PyObject *LassoIdentity_wrap(LassoIdentity *identity);
PyObject *identity_new(PyObject *self, PyObject *args);
PyObject *identity_new_from_dump(PyObject *self, PyObject *args);
-
-PyObject *identity_add_assertion(PyObject *self, PyObject *args);
-PyObject *identity_destroy(PyObject *self, PyObject *args);
PyObject *identity_dump(PyObject *self, PyObject *args);
-PyObject *identity_get_assertion(PyObject *self, PyObject *args);
-PyObject *identity_get_authentication_method(PyObject *self, PyObject *args);
-PyObject *identity_get_next_assertion_remote_providerID(PyObject *self, PyObject *args);
-PyObject *identity_remove_assertion(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_IDENTITY_H__ */