mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2025-01-02 07:30:04 +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
|