mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-23 05:43:32 +02:00
setip and setmtu
This commit is contained in:
parent
14f9f8ad15
commit
507ef11bf0
1 changed files with 2 additions and 0 deletions
2
tun.h
2
tun.h
|
@ -23,5 +23,7 @@ int open_tun();
|
|||
void close_tun(int);
|
||||
int write_tun(int, char *, int);
|
||||
int read_tun(int, char *, int);
|
||||
int tun_setip(const char *);
|
||||
int tun_setmtu(const int);
|
||||
|
||||
#endif /* _TUN_H_ */
|
||||
|
|
Loading…
Reference in a new issue