cli.h 184 B

1234567
  1. #pragma once
  2. #include <cli/cli.h>
  3. #include "../../types/plugin_state.h"
  4. void totp_cli_register_command_handler(PluginState* plugin_state);
  5. void totp_cli_unregister_command_handler();