2022-10-28 15:34:35 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <cli/cli.h>
|
2022-11-23 22:19:19 +00:00
|
|
|
#include "../types/plugin_state.h"
|
2022-10-28 15:34:35 +00:00
|
|
|
|
|
|
|
void totp_cli_register_command_handler(PluginState* plugin_state);
|
|
|
|
void totp_cli_unregister_command_handler();
|