Files
mpd/src/lib/curl/Setup.hxx
2023-03-06 14:59:48 +01:00

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