blob: 1cda19df6b65150e9dbd2386b0520afaab5ae11f [file] [log] [blame]
// Copyright 2018 The Chromium OS 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 SHILL_NETWORK_DHCPCD_LISTENER_INTERFACE_H_
#define SHILL_NETWORK_DHCPCD_LISTENER_INTERFACE_H_
namespace shill {
class DHCPCDListenerInterface {
public:
virtual ~DHCPCDListenerInterface() = default;
};
} // namespace shill
#endif // SHILL_NETWORK_DHCPCD_LISTENER_INTERFACE_H_