add errors for unimplemented features
[pspp] / src / libpspp / str.h
index 86ffddca32b177f828c8ce12eb8828a7ee23538c..c40915d939a3e3a9cd874dd985e5e0774f629ec7 100644 (file)
@@ -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);