X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fvserver-start%2Finterface.h;h=bd0d8b0ee69ad4da9e0d6ebf7ab95c50349dc2fe;hb=31110046e99492c1bb9c0a9e12962801ced749b7;hp=22779505f7e61352f2f4309260d89ced3067ade1;hpb=e3be43e3ee2157a63ea175463629c2433f595854;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"