get_interface.h 158 B

123456789
  1. #ifndef GET_INTERFACE_H
  2. #define GET_INTERFACE_H
  3. #include <string>
  4. int getmac(std::string & strmac);
  5. void getAdapterInfoWithQt();
  6. #endif // GET_INTERFACE_H