X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fshash.h;h=eab0af45ad13733592bcd79821e9fd563817d6c6;hb=aed133bf9bce8f35b666c3052907f525c803c83b;hp=19e4c5d63b2a8a1f916261bebfb00d3064a400c8;hpb=79903dd171cd7bdbb52710b98dbaa5de1537de87;p=openvswitch diff --git a/lib/shash.h b/lib/shash.h index 19e4c5d6..eab0af45 100644 --- a/lib/shash.h +++ b/lib/shash.h @@ -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 }