diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-11-08 04:02:56 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-11-08 04:02:56 +0000 |
commit | 2270775d8c17ce040818887cf8e3b288182660b6 (patch) | |
tree | da2a41df7d150050696ff9500fa32040e8664865 /tun.h | |
parent | PROTO_TCPv4 is never used as an index into (diff) | |
download | openvpn-2270775d8c17ce040818887cf8e3b288182660b6.tar.xz |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |