mirror of
https://github.com/YACReader/yacreader
synced 2026-03-17 19:20:06 -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
|