rconn: Decentralize and improve disconnection logging.
[openvswitch] / lib / shash.h
index 5794a20f4d3b0659e3bf7533fff228e734327459..471918b270242681475fcfc92318011c1cd3fd81 100644 (file)
 
 #include "hmap.h"
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 struct shash_node {
     struct hmap_node node;
     char *name;
@@ -48,4 +52,8 @@ struct shash_node *shash_find(const struct shash *, const char *);
 void *shash_find_data(const struct shash *, const char *);
 struct shash_node *shash_first(const struct shash *);
 
+#ifdef  __cplusplus
+}
+#endif
+
 #endif /* shash.h */