Remove multiqueue (not used with mud)

This commit is contained in:
Adrien Gallouët
2016-10-05 09:49:14 +00:00
parent d4e70feddc
commit c9f737197c
3 changed files with 12 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
#include <unistd.h>
int tun_create (char *, char **, int);
int tun_create (char *, char **);
ssize_t tun_read (int, void *, size_t);
ssize_t tun_write (int, const void *, size_t);
int tun_set_mtu (char *, int);