mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
7 lines
184 B
C
7 lines
184 B
C
#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(); |