summaryrefslogtreecommitdiffstats
path: root/tun.h
diff options
context:
space:
mode:
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)
{