summaryrefslogtreecommitdiff
path: root/lib/smap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smap.h')
-rw-r--r--lib/smap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/smap.h b/lib/smap.h
index caf3efcac..cac387899 100644
--- a/lib/smap.h
+++ b/lib/smap.h
@@ -67,4 +67,6 @@ const struct smap_node **smap_sort(const struct smap *);
void smap_from_json(struct smap *, const struct json *);
struct json *smap_to_json(const struct smap *);
+bool smap_equal(const struct smap *, const struct smap *);
+
#endif /* smap.h */