From ac2447cd533763a7240f12603eab463ebb5c4bac Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Wed, 29 Feb 2012 22:11:50 +0200 Subject: cleanup: rename tap-windows function from win32 to win MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alon Bar-Lev Acked-by: Samuli Seppänen Signed-off-by: David Sommerseth --- sig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sig.c') diff --git a/sig.c b/sig.c index a5703f0..df8035e 100644 --- a/sig.c +++ b/sig.c @@ -268,7 +268,7 @@ print_status (const struct context *c, struct status_output *so) #ifdef WIN32 if (tuntap_defined (c->c1.tuntap)) status_printf (so, "TAP-WIN32 driver status,\"%s\"", - tap_win32_getinfo (c->c1.tuntap, &gc)); + tap_win_getinfo (c->c1.tuntap, &gc)); #endif status_printf (so, "END"); -- cgit