summaryrefslogtreecommitdiffstats
path: root/python/environs/py_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/environs/py_user.h')
-rw-r--r--python/environs/py_user.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/environs/py_user.h b/python/environs/py_user.h
index 21543209..cdde6d04 100644
--- a/python/environs/py_user.h
+++ b/python/environs/py_user.h
@@ -38,5 +38,9 @@ PyObject *LassoUser_wrap(LassoUser *user);
PyObject *user_new(PyObject *self, PyObject *args);
PyObject *user_new_from_dump(PyObject *self, PyObject *args);
+PyObject *user_dump(PyObject *self, PyObject *args);
+PyObject *user_get_assertion(PyObject *self, PyObject *args);
+PyObject *user_get_next_providerID(PyObject *self, PyObject *args);
+PyObject *user_remove_assertion(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_USER_H__ */