mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
This commit is contained in:
parent
0ed66db735
commit
cee2274995
@ -19,7 +19,7 @@ oc.c occompile.c occontent.c ocdata.c ocdebug.c ocdrno.c ocdump.c \
|
||||
ocinternal.c oclist.c oclog.c ocnode.c ocutil.c occlientparams.c \
|
||||
ocxdr_stdio.c rc.c read.c
|
||||
|
||||
HDRS= constraints.h dapparselex.h dapurl.h http.h ocbytes.h \
|
||||
HDRS= curlfunctions.h constraints.h dapparselex.h dapurl.h http.h ocbytes.h \
|
||||
occontent.h ocdata.h ocdatatypes.h ocdebug.h ocdrno.h ocdump.h oc.h \
|
||||
ocinternal.h oclist.h oclog.h ocnode.h occlientparams.h ocutil.h rc.h \
|
||||
read.h
|
||||
|
19
oc/curlfunctions.h
Normal file
19
oc/curlfunctions.h
Normal file
@ -0,0 +1,19 @@
|
||||
/*
|
||||
* rc.h
|
||||
*
|
||||
* Created on: Mar 5, 2009
|
||||
* Author: rikki
|
||||
*/
|
||||
|
||||
#ifndef _CURLFUNCTION_H_
|
||||
#define _CURLFUNCTION_H_
|
||||
|
||||
extern int ocset_curl_flags(CURL*, OCstate*);
|
||||
extern int ocset_user_password(CURL*, const char *user, const char *pwd);
|
||||
extern int ocset_proxy(CURL*, OCstate*);
|
||||
extern int ocset_ssl(CURL*, OCstate*);
|
||||
|
||||
#endif /*_CURLFUNCTION_H_*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user