summaryrefslogtreecommitdiffstats
path: root/tun.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-11-08 04:02:56 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-11-08 04:02:56 +0000
commit2270775d8c17ce040818887cf8e3b288182660b6 (patch)
treeda2a41df7d150050696ff9500fa32040e8664865 /tun.h
parent1406db559be5030c7c4cb8ee2a424e61faafd130 (diff)
downloadopenvpn-2270775d8c17ce040818887cf8e3b288182660b6.tar.gz
openvpn-2270775d8c17ce040818887cf8e3b288182660b6.tar.xz
openvpn-2270775d8c17ce040818887cf8e3b288182660b6.zip
Added #ifdefed out AUTO_USERID feature.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1436 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'tun.h')
-rw-r--r--tun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tun.h b/tun.h
index 082a6fc..508e4a5 100644
--- a/tun.h
+++ b/tun.h
@@ -332,6 +332,8 @@ int tun_read_queue (struct tuntap *tt, int maxsize);
int tun_write_queue (struct tuntap *tt, struct buffer *buf);
int tun_finalize (HANDLE h, struct overlapped_io *io, struct buffer *buf);
+void get_auto_userid (char *username, const int capacity);
+
static inline bool
tuntap_stop (int status)
{