* po/POTFILES.in: the new module contains translatable strings
* src/Makefile.am: include the files in the utils set
* src/libvirt_private.syms: exports the symbols internally
src/util/authhelper.c
src/util/bridge.c
src/util/conf.c
+src/util/dnsmasq.c
src/util/hooks.c
src/util/hostusb.c
src/util/interface.c
util/hooks.c util/hooks.h \
util/iptables.c util/iptables.h \
util/ebtables.c util/ebtables.h \
+ util/dnsmasq.c util/dnsmasq.h \
util/json.c util/json.h \
util/logging.c util/logging.h \
util/macvtap.c util/macvtap.h \
iptablesRemoveUdpInput;
+# dnsmasq.h
+dnsmasqContextNew;
+dnsmasqContextFree;
+dnsmasqAddDhcpHost;
+dnsmasqSave;
+dnsmasqDelete;
+dnsmasqReload;
+
+
# libvirt_internal.h
virDrvSupportsFeature;
virDomainMigratePrepare;