mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
5 lines
96 B
C
5 lines
96 B
C
#ifndef YR_IP_CONFIG_HELPER
|
|
#define YR_IP_CONFIG_HELPER
|
|
QList<QString> getIpAddresses();
|
|
#endif
|