X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstringi-set.h;h=f438d048e3661555923a15cf6ad1c71e2c1efc86;hb=04ef14be963b955d3b33bb85149759b75a32c34e;hp=caccca8626e389a6e244b80d2d0f05bfc05dece2;hpb=6b1a7420704720085826e2b5f9fedea3ca8239de;p=pspp diff --git a/src/libpspp/stringi-set.h b/src/libpspp/stringi-set.h index caccca8626..f438d048e3 100644 --- a/src/libpspp/stringi-set.h +++ b/src/libpspp/stringi-set.h @@ -77,6 +77,9 @@ void stringi_set_union_and_intersection (struct stringi_set *, void stringi_set_intersect (struct stringi_set *, const struct stringi_set *); void stringi_set_subtract (struct stringi_set *, const struct stringi_set *); +char **stringi_set_get_array (const struct stringi_set *); +char **stringi_set_get_sorted_array (const struct stringi_set *); + static inline const struct stringi_set_node *stringi_set_first ( const struct stringi_set *); static inline const struct stringi_set_node *stringi_set_next (