From 2270775d8c17ce040818887cf8e3b288182660b6 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 8 Nov 2006 04:02:56 +0000 Subject: Added #ifdefed out AUTO_USERID feature. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1436 e7ae566f-a301-0410-adde-c780ea21d3b5 --- tun.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tun.h') 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) { -- cgit v1.2.3