ovs-openflowd: Remove documentation for obsolete --mgmt-id option.
[openvswitch] / lib / svec.h
index 35de6d4a9fe406f1f47924526d7c9f200e765cf4..d9bb8a79e2f5b4ff73d940cdebbeca8eef9f6ec3 100644 (file)
@@ -36,6 +36,7 @@ void svec_init(struct svec *);
 void svec_clone(struct svec *, const struct svec *);
 void svec_destroy(struct svec *);
 void svec_clear(struct svec *);
+bool svec_is_empty(const struct svec *);
 void svec_add(struct svec *, const char *);
 void svec_add_nocopy(struct svec *, char *);
 void svec_del(struct svec *, const char *);