lib: Minor const tweak in smap library.
[openvswitch] / lib / smap.h
index 993d0b2434617bad3a81ec8e24b9bb6d4b4737c7..51f6397c4aab3cc63c66ffdd87710580970af560 100644 (file)
@@ -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 */