aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands.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/commands.h
parentadd auth (diff)
add launch command
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands.h b/src/commands.h
index fe3f102..af00b3a 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -11,10 +11,10 @@ unsigned cmd_instance_rename(struct l2_context_node *, char **);
unsigned cmd_user_add(struct l2_context_node *, char **);
unsigned cmd_user_remove(struct l2_context_node *, char **);
unsigned cmd_user_nick(struct l2_context_node *, char **);
+unsigned cmd_user_login(struct l2_context_node *, char **);
+unsigned cmd_user_list(struct l2_context_node *, char **);
unsigned cmd_version_list_remote(struct l2_context_node *, char **);
-unsigned cmd_version_list_local(struct l2_context_node *, char **);
-unsigned cmd_version_install(struct l2_context_node *, char **);
unsigned cmd_profile_add(struct l2_context_node *, char **);
unsigned cmd_profile_delete(struct l2_context_node *, char **);