X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcygwin%2Fdevice.c;h=e96ef1d993429cb00e4b8bd05a54b9cf204a05d2;hb=672ad5634cbedfbd6345e887935eed3e806f1e2d;hp=2818cd257dc73537dcd17260166596f1c977c3c2;hpb=58153cca98fd43c37ae52d3cf69474c3d736c431;p=tinc diff --git a/src/cygwin/device.c b/src/cygwin/device.c index 2818cd25..e96ef1d9 100644 --- a/src/cygwin/device.c +++ b/src/cygwin/device.c @@ -40,11 +40,11 @@ char *device = NULL; char *iface = NULL; char *device_info = NULL; -int device_total_in = 0; -int device_total_out = 0; +static int device_total_in = 0; +static int device_total_out = 0; -pid_t reader_pid; -int sp[2]; +static pid_t reader_pid; +static int sp[2]; bool setup_device(void) {