X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fshash.h;h=97d36baddb8fb9f87152528c68c16587f6b78880;hb=f80022d9df98d29ee41176a4bc6cb91025da84b8;hp=decfcbc1f9fd3a332d9ac778170d26a012061aa8;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=sliver-openvswitch.git diff --git a/lib/shash.h b/lib/shash.h index decfcbc1f..97d36badd 100644 --- a/lib/shash.h +++ b/lib/shash.h @@ -67,12 +67,6 @@ 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 *); -/* Working with "smaps": shashes used as string-to-string maps. */ -void smap_destroy(struct shash *); -bool smap_equal(const struct shash *, const struct shash *); -void smap_clone(struct shash *, const struct shash *); -void smap_add(struct shash *, const char *key, const char *value); - #ifdef __cplusplus } #endif