From 20d9fc5b5356a1054cb104ba6651b77184abf0db Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sun, 24 Dec 2023 04:26:00 -0600 Subject: initial commit --- src/cmd-instance.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/cmd-instance.c (limited to 'src/cmd-instance.c') diff --git a/src/cmd-instance.c b/src/cmd-instance.c new file mode 100644 index 0000000..9e346e2 --- /dev/null +++ b/src/cmd-instance.c @@ -0,0 +1,25 @@ +#include "commands.h" +#include "src/command.h" +#include + +unsigned cmd_instance_add(struct l2_context_node *ctx, char **args) +{ + printf("add command yay\n"); + return CMD_RESULT_SUCCESS; +} + +unsigned cmd_instance_remove(struct l2_context_node *ctx, char **args) +{ + return CMD_RESULT_SUCCESS; +} + +unsigned cmd_instance_list(struct l2_context_node *ctx, char **args) +{ +return CMD_RESULT_SUCCESS; +} + +unsigned cmd_instance_rename(struct l2_context_node *ctx, char **args) +{ + return CMD_RESULT_SUCCESS; +} + -- cgit v1.2.3-70-g09d2