blob: 98e733a6ef63e5645e5ab3e99085fb8a07b95043 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef NetworkUtils_h
#define NetworkUtils_h
#include "platform/PlatformExport.h"
#include "wtf/Forward.h"
namespace blink {
namespace NetworkUtils {
PLATFORM_EXPORT bool isReservedIPAddress(const String& host);
PLATFORM_EXPORT bool isLocalHostname(const String& host, bool* isLocal6);
} // NetworkUtils
} // namespace blink
#endif // NetworkUtils_h