blob: a5c730054961acff7be41548334b3f8565695f24 [file] [log] [blame]
#include <filesystem>
#include <string_view>
namespace phosphor
{
namespace network
{
namespace bmc
{
void writeDHCPDefault(const std::filesystem::path& filename,
std::string_view interface);
}
} // namespace network
} // namespace phosphor