X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase-tmpfile.h;h=b7078d4cdcb50729d7a77af408e69a7f92934222;hb=339f1956cc727eda788638644ef93ab7852b31cd;hp=3659e5805e1e8a73c9a17c381c8ae8e1eff10768;hpb=ff7ae14592cbdbebc4e4322424db95663ea7e166;p=pspp diff --git a/src/data/case-tmpfile.h b/src/data/case-tmpfile.h index 3659e5805e..b7078d4cdc 100644 --- a/src/data/case-tmpfile.h +++ b/src/data/case-tmpfile.h @@ -42,12 +42,12 @@ const struct taint *case_tmpfile_get_taint (const struct case_tmpfile *); bool case_tmpfile_get_values (const struct case_tmpfile *, casenumber, size_t start_value, - union value[], size_t value_cnt); + union value[], size_t n_values); struct ccase *case_tmpfile_get_case (const struct case_tmpfile *, casenumber); bool case_tmpfile_put_values (struct case_tmpfile *, casenumber, size_t start_value, - const union value[], size_t value_cnt); + const union value[], size_t n_values); bool case_tmpfile_put_case (struct case_tmpfile *, casenumber, struct ccase *);