ggwave-gui : add interface_openFile

This commit is contained in:
Georgi Gerganov
2021-01-02 08:56:03 +02:00
parent b96fdbfa20
commit 2fe0e107f1
4 changed files with 55 additions and 1 deletions

View File

@@ -21,6 +21,18 @@ struct ShareInfo {
int getShareId();
ShareInfo getShareInfo();
// open info
struct OpenInfo {
std::string uri;
std::string filename;
const char * dataBuffer;
size_t dataSize;
};
int getOpenId();
OpenInfo getOpenInfo();
// delete file
struct DeleteInfo {