source: XIOS/dev/dev_olga/src/extern/src_netcdf4/occurlfunctions.h @ 1022

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
File size: 299 bytes
Line 
1/*
2 * rc.h
3 *
4 *  Created on: Mar 5, 2009
5 *      Author: rikki
6 */
7
8#ifndef _CURLFUNCTION_H_
9#define _CURLFUNCTION_H_
10
11extern int ocset_curl_flags(OCstate*);
12extern int ocset_user_password(OCstate*);
13extern int ocset_proxy(OCstate*);
14extern int ocset_ssl(OCstate*);
15
16#endif /*_CURLFUNCTION_H_*/
17
18
19
Note: See TracBrowser for help on using the repository browser.