Merge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
[sliver-openvswitch.git] / lib / tunalloc.h
1 #ifndef _TUNALLOC_H
2 #define _TUNALLOC_H
3
4 int tun_alloc(int iftype, char *if_name);
5
6 #endif