list.h 199 B

12345678
  1. #pragma once
  2. #include "../../../../types/plugin_state.h"
  3. #define TOTP_CLI_COMMAND_LIST "list"
  4. void totp_cli_command_list_handle(PluginState* plugin_state);
  5. void totp_cli_command_list_print_help();