wdp-xflow: Remove wx structure from global list when closing.
[sliver-openvswitch.git] / lib / unixctl.h
index 0b6cbf3..2ab9a68 100644 (file)
 #ifndef UNIXCTL_H
 #define UNIXCTL_H 1
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 /* Server for Unix domain socket control connection. */
 struct unixctl_server;
 int unixctl_server_create(const char *path, struct unixctl_server **);
@@ -42,4 +46,8 @@ void unixctl_command_register(const char *name,
 void unixctl_command_reply(struct unixctl_conn *, int code,
                            const char *body);
 
+#ifdef  __cplusplus
+}
+#endif
+
 #endif /* unixctl.h */