Michael Tritz | 29f2fd6 | 2017-05-22 15:27:26 -0500 | [diff] [blame] | 1 | #include <string> |
2 | |||||
3 | namespace phosphor | ||||
4 | { | ||||
5 | namespace network | ||||
6 | { | ||||
7 | |||||
8 | namespace bmc | ||||
9 | { | ||||
10 | void writeDHCPDefault(const std::string& filename, | ||||
11 | const std::string& interface); | ||||
12 | } | ||||
13 | |||||
14 | }//namespace network | ||||
15 | }//namespace phosphor |