From patchwork Sun Feb 24 18:15:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Openvpn-devel] Add user manual and developer notes URL for tapctl.exe X-Patchwork-Submitter: Simon Rozman X-Patchwork-Id: 692 Message-Id: <20190224181504.38328-1-simon@rozman.si> To: openvpn-devel@lists.sourceforge.net Date: Sun, 24 Feb 2019 19:15:04 +0100 From: Simon Rozman List-Id: This patch follows Gert's recommendations from [openvpn-devel]. Signed-off-by: Simon Rozman Message-ID: <20190117155829.GA92142@greenie.muc.de> Acked-by: Gert Doering --- src/tapctl/basic.h | 1 + src/tapctl/error.c | 1 + src/tapctl/error.h | 1 + src/tapctl/main.c | 1 + src/tapctl/tap.c | 1 + src/tapctl/tap.h | 1 + 6 files changed, 6 insertions(+) diff --git a/src/tapctl/basic.h b/src/tapctl/basic.h index 3469cb1c..bfbcc30d 100644 --- a/src/tapctl/basic.h +++ b/src/tapctl/basic.h @@ -1,5 +1,6 @@ /* * basic -- Basic macros + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc * Copyright (C) 2018 Simon Rozman diff --git a/src/tapctl/error.c b/src/tapctl/error.c index 42ab6ccb..d1f77d20 100644 --- a/src/tapctl/error.c +++ b/src/tapctl/error.c @@ -1,5 +1,6 @@ /* * error -- OpenVPN compatible error reporting API + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc * Copyright (C) 2018 Simon Rozman diff --git a/src/tapctl/error.h b/src/tapctl/error.h index 1ac9b835..924cbbe8 100644 --- a/src/tapctl/error.h +++ b/src/tapctl/error.h @@ -1,5 +1,6 @@ /* * error -- OpenVPN compatible error reporting API + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc * Copyright (C) 2018 Simon Rozman diff --git a/src/tapctl/main.c b/src/tapctl/main.c index 5e6e1752..295366b4 100644 --- a/src/tapctl/main.c +++ b/src/tapctl/main.c @@ -1,5 +1,6 @@ /* * tapctl -- Utility to manipulate TUN/TAP interfaces on Windows + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2002-2018 OpenVPN Inc * Copyright (C) 2008-2013 David Sommerseth diff --git a/src/tapctl/tap.c b/src/tapctl/tap.c index ba80237f..b2cb2dca 100644 --- a/src/tapctl/tap.c +++ b/src/tapctl/tap.c @@ -1,5 +1,6 @@ /* * tapctl -- Utility to manipulate TUN/TAP interfaces on Windows + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2018 Simon Rozman * diff --git a/src/tapctl/tap.h b/src/tapctl/tap.h index 39dc28b0..c09c4766 100644 --- a/src/tapctl/tap.h +++ b/src/tapctl/tap.h @@ -1,5 +1,6 @@ /* * tapctl -- Utility to manipulate TUN/TAP interfaces on Windows + * https://community.openvpn.net/openvpn/wiki/Tapctl * * Copyright (C) 2018 Simon Rozman *