mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-22 13:33:52 +00:00
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
|