netcdf-c/oc/occurlfunctions.h
2012-04-30 17:10:07 +00:00

20 lines
299 B
C

/*
* rc.h
*
* Created on: Mar 5, 2009
* Author: rikki
*/
#ifndef _CURLFUNCTION_H_
#define _CURLFUNCTION_H_
extern int ocset_curl_flags(OCstate*);
extern int ocset_user_password(OCstate*);
extern int ocset_proxy(OCstate*);
extern int ocset_ssl(OCstate*);
#endif /*_CURLFUNCTION_H_*/