shash: New function shash_first().
[sliver-openvswitch.git] / lib / shash.h
index 469e66e..bcac41b 100644 (file)
@@ -39,5 +39,6 @@ void shash_add(struct shash *, const char *, void *);
 void shash_delete(struct shash *, struct shash_node *);
 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 *);
 
 #endif /* shash.h */