#include "command.h" #include "commands.h" #include "digest/digest.h" #include unsigned cmd_version_list_remote(struct l2_context_node *ctx, char **args) { return CMD_RESULT_SUCCESS; } unsigned cmd_version_list_local(struct l2_context_node *ctx, char **args) { return CMD_RESULT_SUCCESS; } unsigned cmd_version_install(struct l2_context_node *ctx, char **args) { return CMD_RESULT_SUCCESS; }