Merge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
[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