mirror of
https://github.com/curl/curl.git
synced 2025-09-11 22:52:42 +03:00
moved the url.c prototypes to here
This commit is contained in:
parent
db9bb9221f
commit
a547f3a21e
14
lib/url.h
14
lib/url.h
|
@ -23,6 +23,18 @@
|
||||||
* $Id$
|
* $Id$
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
/* empty */
|
/*
|
||||||
|
* Prototypes for library-wide functions provided by url.c
|
||||||
|
*/
|
||||||
|
|
||||||
|
CURLcode Curl_open(struct UrlData **curl);
|
||||||
|
CURLcode Curl_setopt(struct UrlData *data, CURLoption option, ...);
|
||||||
|
CURLcode Curl_close(struct UrlData *data); /* the opposite of curl_open() */
|
||||||
|
CURLcode Curl_connect(struct UrlData *,
|
||||||
|
struct connectdata **,
|
||||||
|
bool allow_port);
|
||||||
|
CURLcode Curl_do(struct connectdata *);
|
||||||
|
CURLcode Curl_done(struct connectdata *);
|
||||||
|
CURLcode Curl_disconnect(struct connectdata *);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user