git://git.onelab.eu
/
sliver-openvswitch.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3e5caae1d34f498c7c9c0f4f99b728f093a10ee0
[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