X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;h=c40915d939a3e3a9cd874dd985e5e0774f629ec7;hb=981adc6169ffe7227de286f92f70edf684d37a2b;hp=86ffddca32b177f828c8ce12eb8828a7ee23538c;hpb=50e00137bfcc4eb3d4ae753a5e57e7a444194c96;p=pspp diff --git a/src/libpspp/str.h b/src/libpspp/str.h index 86ffddca32..c40915d939 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -133,7 +133,9 @@ int ss_at (struct substring, size_t idx); int ss_first (struct substring); int ss_last (struct substring); bool ss_starts_with (struct substring, struct substring prefix); +bool ss_starts_with_case (struct substring, struct substring prefix); bool ss_ends_with (struct substring, struct substring suffix); +bool ss_ends_with_case (struct substring, struct substring suffix); size_t ss_span (struct substring, struct substring skip_set); size_t ss_cspan (struct substring, struct substring stop_set); size_t ss_find_byte (struct substring, char);