mirror of
https://github.com/sheumann/NetDisk.git
synced 2024-11-23 22:37:02 +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
|