mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-22 13:33:52 +00:00
8 lines
187 B
C
8 lines
187 B
C
|
#ifndef BROWSERUTIL_H
|
||
|
#define BROWSERUTIL_H
|
||
|
|
||
|
void ShowErrorAlert(enum NetDiskError error, int alertNumber);
|
||
|
enum NetDiskError ReadJSONFromURL(char *url, json_value** jsonResult);
|
||
|
|
||
|
#endif
|