The networkDnsmasqConfContents() method is only used by the test suite
and that's only built with WITH_NETWORK is set. So there is no longer
any reason to conditionalize the declaration of this method.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
int
networkRegister(void);
-# if WITH_NETWORK
-
int
networkDnsmasqConfContents(virNetworkObjPtr obj,
const char *pidfile,
dnsmasqContext *dctx,
dnsmasqCapsPtr caps);
-# else
-/* Define no-op replacements that don't drag in any link dependencies. */
-# define networkDnsmasqConfContents(network, pidfile, configstr, \
- dctx, caps) 0
-
-# endif
-
#endif /* __VIR_NETWORK__DRIVER_H */