Add iface.[ch]

This commit is contained in:
Adrien Gallouët
2017-03-07 10:33:28 +00:00
parent eb5c6853c1
commit 195908d379
6 changed files with 36 additions and 25 deletions

3
src/iface.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
int iface_set_mtu (char *, int);