summaryrefslogtreecommitdiffstats
path: root/src/openvpn/tun.h
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-03-11 21:10:50 +0100
committerGert Doering <gert@greenie.muc.de>2013-03-12 11:57:25 +0100
commit46d402f6513a6745daeaf08e9b260258e912f184 (patch)
tree27a5d2abc296e402b715c2b36a5b6ad02b167183 /src/openvpn/tun.h
parent462b6d5228660d664c3158902ee50687edf3475d (diff)
downloadopenvpn-46d402f6513a6745daeaf08e9b260258e912f184.tar.gz
openvpn-46d402f6513a6745daeaf08e9b260258e912f184.tar.xz
openvpn-46d402f6513a6745daeaf08e9b260258e912f184.zip
Move static prototype definition from header into c file
Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1363032651-23934-3-git-send-email-arne@rfc2549.org> URL: http://article.gmane.org/gmane.network.openvpn.devel/7389 Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpn/tun.h')
-rw-r--r--src/openvpn/tun.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/openvpn/tun.h b/src/openvpn/tun.h
index 8622bf8..c3fc62e 100644
--- a/src/openvpn/tun.h
+++ b/src/openvpn/tun.h
@@ -203,8 +203,6 @@ tuntap_defined (const struct tuntap *tt)
* Function prototypes
*/
-static void clear_tuntap (struct tuntap *tuntap);
-
void open_tun (const char *dev, const char *dev_type, const char *dev_node,
struct tuntap *tt);