# These files are not related to driver APIs. Simply generic
# helper APIs for various purposes
UTIL_SOURCES = \
- util/iptables.c util/iptables.h \
util/json.c util/json.h \
util/logging.c util/logging.h \
util/memory.c util/memory.h \
util/virfile.c util/virfile.h \
util/virhook.c util/virhook.h \
util/virnodesuspend.c util/virnodesuspend.h \
+ util/viriptables.c util/viriptables.h \
util/virobject.c util/virobject.h \
util/virpidfile.c util/virpidfile.h \
util/virprocess.c util/virprocess.h \
/*
+ * viriptables.c: helper APIs for managing iptables
+ *
* Copyright (C) 2007-2012 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
#endif
#include "internal.h"
-#include "iptables.h"
+#include "viriptables.h"
#include "vircommand.h"
#include "memory.h"
#include "virterror_internal.h"
/*
+ * viriptables.h: helper APIs for managing iptables
+ *
* Copyright (C) 2007, 2008 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or