diff options
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) { |