mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
7 lines
243 B
C
7 lines
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);
|