DiskBrowser/browserutil.h
Stephen Heumann 999b6130a4 Rearrange/refactor DiskBrowser code into smaller, more focused files.
There are only a few minor code changes, and nothing that should have an effect on functionality. This is basically just rearranging the code.
2019-04-18 13:24:43 -05:00

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