mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-21 22:31:13 +00:00
999b6130a4
There are only a few minor code changes, and nothing that should have an effect on functionality. This is basically just rearranging the code.
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
|