two minor bugfixes.
[vde.git] / vde-2 / tuntap.h
blob4f826a5358f33bcaebd3ae372513c8ecce5dff5d
1 /* Copyright 2002 Jeff Dike
2 * Licensed under the GPL
3 */
5 #ifndef __TUNTAP_H__
6 #define __TUNTAP_H__
8 extern int send_tap(int fd, int ctl_fd, void *packet, int len, void *unused, int port);
9 extern int recv_tap(int fd, void *packet, int maxlen, int port);
10 extern int open_tap(char *dev);
12 #endif