X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;h=86ffddca32b177f828c8ce12eb8828a7ee23538c;hb=d8b3292a8c12564dbc67e59f24d626dcfbf2e274;hp=91de05f395264f2d3231ef9d23c82eda9788602f;hpb=8e03ee92552f8177c0f748ee3d82f527beb41399;p=pspp diff --git a/src/libpspp/str.h b/src/libpspp/str.h index 91de05f395..86ffddca32 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -118,6 +118,7 @@ void ss_advance (struct substring *, size_t); bool ss_match_byte (struct substring *, char); int ss_match_byte_in (struct substring *, struct substring); bool ss_match_string (struct substring *, const struct substring); +bool ss_match_string_case (struct substring *, const struct substring); int ss_get_byte (struct substring *); size_t ss_get_bytes (struct substring *, size_t n, struct substring *); bool ss_get_until (struct substring *, char delimiter, struct substring *);