TOTP update

This commit is contained in:
RogueMaster
2022-11-22 16:55:19 -05:00
parent cef9f047d0
commit cee1744145
59 changed files with 399 additions and 184 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();