mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-17 18:31:36 +03:00
cf714d3e66
This reverts commit6e88e33171
, reversing changes made to580fe77fb7
.
13 lines
202 B
C
13 lines
202 B
C
#pragma once
|
|
#include "dialogs_message.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool dialogs_app_process_module_file_select(const DialogsAppMessageDataFileSelect* data);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|