aboutsummaryrefslogtreecommitdiffstats
path: root/src/user.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-01-11 04:40:31 -0600
committerLibravatar bigfoot547 <[email protected]>2024-01-11 04:40:31 -0600
commit8fd75f88d2c9fc3be927c620cf57bd47bb8984ef (patch)
tree108d21d53487e769c34a8e130b00acbc3a6904aa /src/user.h
parentadd auth (diff)
add launch command
Diffstat (limited to 'src/user.h')
-rw-r--r--src/user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user.h b/src/user.h
index f84e3e1..5dbb4e2 100644
--- a/src/user.h
+++ b/src/user.h
@@ -46,6 +46,7 @@ void l2_user_add(struct l2_user *user);
/* does NOT free the user */
void l2_user_delete(struct l2_user *user);
+struct l2_user *l2_user_search(const char *searchstr);
l2_user_session_t *l2_user_session_new(void);