mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-10-31 09:15:14 +00:00
c237bd661f
This is adapted from NetDisk with minor changes.
10 lines
161 B
C
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
|