all the python scripts are for python2, and fedora31 requires to be specific
[vsys-scripts.git] / root-context / support / tunalloc.h
1 #ifndef _TUNALLOC_H
2 #define _TUNALLOC_H
3
4 int tun_alloc(int iftype, char *if_name);
5
6 #endif