X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fvserver-start%2Finterface.h;fp=util-vserver%2Fvserver-start%2Finterface.h;h=bd0d8b0ee69ad4da9e0d6ebf7ab95c50349dc2fe;hb=459ba6df2aeae93944f901a2ff2181289cc8db99;hp=22779505f7e61352f2f4309260d89ced3067ade1;hpb=96551a8b8a39daa5465c17efd1af422bf2bf56c9;p=util-vserver.git diff --git a/util-vserver/vserver-start/interface.h b/util-vserver/vserver-start/interface.h index 2277950..bd0d8b0 100644 --- a/util-vserver/vserver-start/interface.h +++ b/util-vserver/vserver-start/interface.h @@ -53,6 +53,8 @@ bool Iface_read(struct Interface *, PathInfo *cfgdir, struct Interface const *dflt); bool Iface_add(struct Interface const *); bool Iface_del(struct Interface const *); +bool Iface_remove(struct Interface const *); +void Iface_print(struct Interface const *, int fd); #include "interface-init.hc" #include "interface-free.hc"