system-stats: Use "smap" instead of "shash".
[openvswitch] / lib / smap.h
index 13eec1c4f4d6262f3c458f3761a52c64f13a6f40..640c2a82c536787122907afd4fa9affd063e50ef 100644 (file)
@@ -49,7 +49,7 @@ void smap_replace(struct smap *, const char *, const char *);
 
 void smap_remove(struct smap *, const char *);
 void smap_remove_node(struct smap *, struct smap_node *);
-char *smap_steal(struct smap *, struct smap_node *);
+void smap_steal(struct smap *, struct smap_node *, char **keyp, char **valuep);
 void smap_clear(struct smap *);
 
 const char *smap_get(const struct smap *, const char *);