Merge commit '180c6d0b440961cbc873c4d045eb8b2daa1364e9'
[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