libpurple/protocols/zephyr/ZGetWGPort.c

branch
release-2.x.y
changeset 43153
2e4624a59df5
parent 31294
73607ab89c6f
equal deleted inserted replaced
43152:9d1565e94617 43153:2e4624a59df5
8 * "mit-copyright.h". 8 * "mit-copyright.h".
9 */ 9 */
10 10
11 #include "internal.h" 11 #include "internal.h"
12 12
13 int ZGetWGPort() 13 int
14 ZGetWGPort(void)
14 { 15 {
15 char *envptr, name[128]; 16 char *envptr, name[128];
16 FILE *fp; 17 FILE *fp;
17 int wgport; 18 int wgport;
18 #ifdef WIN32 19 #ifdef WIN32

mercurial