mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
@@ -3,5 +3,11 @@
|
||||
#include <cli/cli.h>
|
||||
#include "../types/plugin_state.h"
|
||||
|
||||
void totp_cli_register_command_handler(PluginState* plugin_state);
|
||||
void totp_cli_unregister_command_handler();
|
||||
typedef struct {
|
||||
PluginState* plugin_state;
|
||||
FuriMessageQueue* event_queue;
|
||||
} TotpCliContext;
|
||||
|
||||
TotpCliContext*
|
||||
totp_cli_register_command_handler(PluginState* plugin_state, FuriMessageQueue* event_queue);
|
||||
void totp_cli_unregister_command_handler(TotpCliContext* context);
|
||||
Reference in New Issue
Block a user