Document how to submit patches for Open vSwitch.
[openvswitch] / lib / shash.h
index 469e66e55ddbf8d20c899a93f91544cd62c17489..bcac41b5760d2bac34f856dc2598a5e21805232f 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 */