git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1939
94cd875c-1c1d-0410-91d2-
eb244daf1a30
}
static bool
-addVLAN(struct Interface const *iface)
+addVLAN(struct Interface const UNUSED *iface)
{
abort(); // TODO: implement me
}
static bool
-addIndirect(struct Interface const *iface)
+addIndirect(struct Interface const UNUSED *iface)
{
abort(); // TODO: implement me
}
#include "interface.h"
void
-Iface_print(struct Interface const *iface, int fd)
+Iface_print(struct Interface const UNUSED *iface, int UNUSED fd)
{
}
#include "interface.h"
bool
-Iface_remove(struct Interface const *iface)
+Iface_remove(struct Interface const UNUSED *iface)
{
return true;
}
Evc_set_cflags(xid, &flags);
}
-int main(int argc, char *argv[])
+int main(int UNUSED argc, char UNUSED *argv[])
{
Cfg_init(&cfg);