X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsvec.h;fp=lib%2Fsvec.h;h=3362c00b589a32d12e1d60731e944bc9fd3772b7;hb=ee7748172e4ef716559109ef0dbb139cfb40f08a;hp=2ee275dec07a3b4a1439b87da38821612f2d9d30;hpb=bc5962174a0e6f2b3f781430cfb66804452d22f3;p=sliver-openvswitch.git diff --git a/lib/svec.h b/lib/svec.h index 2ee275dec..3362c00b5 100644 --- a/lib/svec.h +++ b/lib/svec.h @@ -62,5 +62,6 @@ void svec_swap(struct svec *a, struct svec *b); void svec_print(const struct svec *svec, const char *title); void svec_parse_words(struct svec *svec, const char *words); bool svec_equal(const struct svec *, const struct svec *); +char *svec_join(const struct svec *, const char *delimiter); #endif /* svec.h */