* <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBVIRT_BRIDGE_DRIVER_H
-# define LIBVIRT_BRIDGE_DRIVER_H
+#pragma once
-# include "internal.h"
-# include "domain_conf.h"
-# include "vircommand.h"
-# include "virdnsmasq.h"
-# include "virnetworkobj.h"
+#include "internal.h"
+#include "domain_conf.h"
+#include "vircommand.h"
+#include "virdnsmasq.h"
+#include "virnetworkobj.h"
int
networkRegister(void);
char **configstr,
dnsmasqContext *dctx,
dnsmasqCapsPtr caps);
-
-#endif /* LIBVIRT_BRIDGE_DRIVER_H */
* <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBVIRT_BRIDGE_DRIVER_PLATFORM_H
-# define LIBVIRT_BRIDGE_DRIVER_PLATFORM_H
+#pragma once
-# include "internal.h"
-# include "virthread.h"
-# include "virdnsmasq.h"
-# include "virnetworkobj.h"
-# include "object_event.h"
+#include "internal.h"
+#include "virthread.h"
+#include "virdnsmasq.h"
+#include "virnetworkobj.h"
+#include "object_event.h"
/* Main driver state */
struct _virNetworkDriverState {
int networkAddFirewallRules(virNetworkDefPtr def);
void networkRemoveFirewallRules(virNetworkDefPtr def);
-
-#endif /* LIBVIRT_BRIDGE_DRIVER_PLATFORM_H */