TOTP update

This commit is contained in:
RogueMaster
2022-10-26 17:58:10 -04:00
parent 64228bf3f8
commit feb907b114
22 changed files with 723 additions and 49 deletions

View File

@@ -0,0 +1,7 @@
#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();