mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 19:00:29 -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
|