windows-nt/Source/XPSP1/NT/enduser/netmeeting/ui/conf/getip.h

11 lines
130 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef NMCONF_GETIP_H
#define NMCONF_GETIP_H
int __stdcall GetIPAddresses(char **szAddressArray, int numAddresses);
#endif