ovs-vsctl: Allow "get" commands to create @names also.
[openvswitch] / lib / shash.h
index 19e4c5d63b2a8a1f916261bebfb00d3064a400c8..eab0af45ad13733592bcd79821e9fd563817d6c6 100644 (file)
@@ -64,6 +64,7 @@ void *shash_find_and_delete_assert(struct shash *, const char *);
 struct shash_node *shash_first(const struct shash *);
 const struct shash_node **shash_sort(const struct shash *);
 bool shash_equal_keys(const struct shash *, const struct shash *);
+struct shash_node *shash_random_node(struct shash *);
 
 #ifdef  __cplusplus
 }