This repository has been archived on 2019-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
rip-vm2/partage/src/iftun.h

10 lines
104 B
C

#ifndef IFTUN_H
#define IFTUN_H
int tun_alloc(const char *dev);
int copy(int src, int dest);
#endif