X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;h=17584f8920ecea5116dde25d127b925f9242c7fb;hb=b7968b37a3825943816f9c262d4b2979397f6a83;hp=b8bb6ffca2e43077d44dae9ae26ed6ec65e0e09e;hpb=96e7b2185df6cafec262a1bec7a976f6901bf95b;p=pspp diff --git a/src/libpspp/str.h b/src/libpspp/str.h index b8bb6ffca2..17584f8920 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -140,6 +140,7 @@ size_t ss_cspan (struct substring, struct substring stop_set); size_t ss_find_byte (struct substring, char); size_t ss_find_substring (struct substring, struct substring); int ss_compare (struct substring, struct substring); +int ss_compare_rpad (struct substring, struct substring); int ss_compare_case (struct substring, struct substring); int ss_equals (struct substring, struct substring); int ss_equals_case (struct substring, struct substring);