mirror of
https://github.com/YACReader/yacreader
synced 2025-11-12 21:12:43 -05: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
|