find Interfaces

This commit is contained in:
/jdi/ 2015-09-27 14:38:25 +02:00
parent d61bfbadf2
commit f0def9c046
8 changed files with 54 additions and 84 deletions

View file

@ -15,7 +15,7 @@ public:
Host();
virtual ~Host() {}
bytes getMac();
bytes getIp();
bytes getIp(std::string);
};
#endif /* HOST_H_ */