X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2Fstr.h;fp=src%2Flibpspp%2Fstr.h;h=17584f8920ecea5116dde25d127b925f9242c7fb;hb=918b511c6ad581bf7155c5d82cf94843c1aff933;hp=b8bb6ffca2e43077d44dae9ae26ed6ec65e0e09e;hpb=34ab9eb1f2be90a51f81e6730204cab2380584bc;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);