// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef DISCOVERY_MDNS_PUBLIC_MDNS_READER_H_ #define DISCOVERY_MDNS_PUBLIC_MDNS_READER_H_ #include <utility> #include <vector> #include "discovery/mdns/public/mdns_records.h" #include "platform/base/error.h" #include "util/big_endian.h" namespace openscreen::discovery { struct Config; class MdnsReader : public BigEndianReader { … }; } // namespace openscreen::discovery #endif // DISCOVERY_MDNS_PUBLIC_MDNS_READER_H_