X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fshash.h;h=52cd4dca640658ee8fe7384570d22d1acab965a5;hb=0d0f05b909b6428d44eb147bd4edd73782d2a137;hp=fd8b9d8e92f9be2b91e1264b53a4649e4b066274;hpb=37e7f42772ae4f7866b060a29efa05b42419b143;p=openvswitch diff --git a/lib/shash.h b/lib/shash.h index fd8b9d8e..52cd4dca 100644 --- a/lib/shash.h +++ b/lib/shash.h @@ -41,6 +41,7 @@ struct shash { void shash_init(struct shash *); void shash_destroy(struct shash *); void shash_swap(struct shash *, struct shash *); +void shash_moved(struct shash *); void shash_clear(struct shash *); bool shash_is_empty(const struct shash *); size_t shash_count(const struct shash *);