Turi Create
4.0
set_curl_options.hpp
1
/* Copyright © 2017 Apple Inc. All rights reserved.
2
*
3
* Use of this source code is governed by a BSD-3-clause license that can
4
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
5
*/
6
#ifndef TURI_FILEIO_SET_CURL_OPTIONS_HPP
7
#define TURI_FILEIO_SET_CURL_OPTIONS_HPP
8
namespace
turi
{
9
namespace
fileio {
10
11
/**
12
* \internal
13
* \ingroup fileio
14
* Sets curl options for everywhere curl is used.
15
*/
16
void
set_curl_options
(
void
* ecurl);
17
}
18
}
19
#endif
turi
SKD.
Definition:
capi_initialization.hpp:11
turi::fileio::set_curl_options
void set_curl_options(void *ecurl)
core
storage
fileio
set_curl_options.hpp
Generated by
1.8.13