1
0
mirror of https://github.com/sheumann/DiskBrowser.git synced 2025-03-06 05:29:21 +00:00
Stephen Heumann c237bd661f Add utility code for HTTP connections, URLs, and networking.
This is adapted from NetDisk with minor changes.
2019-04-12 23:23:39 -05:00

10 lines
161 B
C

#ifndef SETURL_H
#define SETURL_H
#include "netdiskerror.h"
enum NetDiskError
SetURL(Session *sess, char *url, Boolean permissive, Boolean partialOK);
#endif