summaryrefslogtreecommitdiff
path: root/src/openvswitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvswitch.h')
-rw-r--r--src/openvswitch.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/openvswitch.h b/src/openvswitch.h
index 69bd6ee..7abea4d 100644
--- a/src/openvswitch.h
+++ b/src/openvswitch.h
@@ -17,8 +17,13 @@
#pragma once
-#include "parse.h"
+#include "netplan.h"
-void write_ovs_conf(const NetplanNetDefinition* def, const char* rootdir);
-void write_ovs_conf_finish(const char* rootdir);
-void cleanup_ovs_conf(const char* rootdir);
+NETPLAN_INTERNAL void
+write_ovs_conf(const NetplanNetDefinition* def, const char* rootdir);
+
+NETPLAN_INTERNAL void
+write_ovs_conf_finish(const char* rootdir);
+
+NETPLAN_INTERNAL void
+cleanup_ovs_conf(const char* rootdir);