treewide: Remove trailing whitespace
[sliver-openvswitch.git] / lib / svec.h
index 2a93139..7fdc6b5 100644 (file)
 #include <stdbool.h>
 #include <stddef.h>
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 struct svec {
     char **names;
     size_t n;
@@ -68,4 +72,8 @@ void svec_pop_back(struct svec *);
           : 0);                                 \
          (INDEX)++)
 
+#ifdef  __cplusplus
+}
+#endif
+
 #endif /* svec.h */