// SPDX-License-Identifier: BSD-2-Clause // author: Max Kellermann #pragma once class CurlEasy; namespace Curl { void Setup(CurlEasy &easy); } // namespace Curl