source: XIOS/dev/branch_openmp/extern/src_netcdf4/occurlfunctions.h @ 1501

Last change on this file since 1501 was 409, checked in by ymipsl, 11 years ago

Add improved nectdf internal library src

YM

  • Property svn:eol-style set to native
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.