summaryrefslogtreecommitdiffstats
path: root/python/environs/py_login.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/environs/py_login.h')
-rw-r--r--python/environs/py_login.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/environs/py_login.h b/python/environs/py_login.h
index 4fae7931..004cabe6 100644
--- a/python/environs/py_login.h
+++ b/python/environs/py_login.h
@@ -46,6 +46,7 @@ PyObject *login_build_artifact_msg(PyObject *self, PyObject *args);
PyObject *login_build_authn_request_msg(PyObject *self, PyObject *args);
PyObject *login_build_authn_response_msg(PyObject *self, PyObject *args);
PyObject *login_build_request_msg(PyObject *self, PyObject *args);
+PyObject *login_create_user(PyObject *self, PyObject *args);
PyObject *login_dump(PyObject *self, PyObject *args);
PyObject *login_init_authn_request(PyObject *self, PyObject *args);
PyObject *login_init_from_authn_request_msg(PyObject *self, PyObject *args);