14 lines
193 B
C++
14 lines
193 B
C++
// SPDX-License-Identifier: BSD-2-Clause
|
|
// author: Max Kellermann <max.kellermann@gmail.com>
|
|
|
|
#pragma once
|
|
|
|
class CurlEasy;
|
|
|
|
namespace Curl {
|
|
|
|
void
|
|
Setup(CurlEasy &easy);
|
|
|
|
} // namespace Curl
|