mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-28 15:30:29 +00:00
7 lines
No EOL
181 B
C
7 lines
No EOL
181 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(); |