mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2025-02-08 01:31: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
|