Flipper/Applications/Official/source-OLDER/grnch/totp/cli/cli.h

7 lines
181 B
C
Raw Normal View History

2022-12-29 06:30:12 +00:00
#pragma once
#include <cli/cli.h>
#include "../types/plugin_state.h"
void totp_cli_register_command_handler(PluginState* plugin_state);
void totp_cli_unregister_command_handler();