aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands.h
diff options
context:
space:
mode:
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 **);