unleashed-firmware/applications/dialogs/dialogs_module_file_select.h
r3df0xx cf714d3e66 Revert "Fetch upstream dev changes"
This reverts commit 6e88e33171, reversing
changes made to 580fe77fb7.
2022-05-27 17:14:43 +03:00

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