X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsmap.h;h=51f6397c4aab3cc63c66ffdd87710580970af560;hb=ccc898f5c79bee1e35b7e91ca1edd3c7bad59fec;hp=993d0b2434617bad3a81ec8e24b9bb6d4b4737c7;hpb=79f1cbe9f86ddfb1b5d92b80d85e09cd44768d6c;p=sliver-openvswitch.git diff --git a/lib/smap.h b/lib/smap.h index 993d0b243..51f6397c4 100644 --- a/lib/smap.h +++ b/lib/smap.h @@ -57,7 +57,7 @@ int smap_get_int(const struct smap *smap, const char *key, int def); bool smap_is_empty(const struct smap *); size_t smap_count(const struct smap *); -void smap_clone(struct smap *dst, struct smap *src); +void smap_clone(struct smap *dst, const struct smap *src); const struct smap_node **smap_sort(const struct smap *); #endif /* smap.h */