blob: 08688204cfdd87649bddbf9101c6a348b294f7f5 [file] [log] [blame]
Michael Tritz29f2fd62017-05-22 15:27:26 -05001#include <string>
2
3namespace phosphor
4{
5namespace network
6{
7
8namespace bmc
9{
10 void writeDHCPDefault(const std::string& filename,
11 const std::string& interface);
12}
13
14}//namespace network
15}//namespace phosphor