mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 13:33:06 +00:00
7 lines
No EOL
243 B
C
7 lines
No EOL
243 B
C
#pragma once
|
|
|
|
#include <dialogs/dialogs.h>
|
|
#include "../types/plugin_state.h"
|
|
|
|
DialogMessageButton totp_dialogs_config_loading_error(PluginState* plugin_state);
|
|
DialogMessageButton totp_dialogs_config_updating_error(PluginState* plugin_state); |