X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase-tmpfile.h;h=bbf736e3d13080f365c2932e4d65294ef63d2549;hb=5c3291dc396b795696e94f47780308fd7ace6fc4;hp=a5916249d45fcf04ca55d2845da70ff8ebe618f2;hpb=7fbfc32fc3c636959b0a25b3e76609f86519e84a;p=pspp-builds.git diff --git a/src/data/case-tmpfile.h b/src/data/case-tmpfile.h index a5916249..bbf736e3 100644 --- a/src/data/case-tmpfile.h +++ b/src/data/case-tmpfile.h @@ -31,14 +31,16 @@ #include -struct case_tmpfile *case_tmpfile_create (size_t value_cnt); +struct caseproto; + +struct case_tmpfile *case_tmpfile_create (const struct caseproto *); bool case_tmpfile_destroy (struct case_tmpfile *); bool case_tmpfile_error (const struct case_tmpfile *); void case_tmpfile_force_error (struct case_tmpfile *); const struct taint *case_tmpfile_get_taint (const struct case_tmpfile *); - bool case_tmpfile_get_values (const struct case_tmpfile *, +bool case_tmpfile_get_values (const struct case_tmpfile *, casenumber, size_t start_value, union value[], size_t value_cnt); struct ccase *case_tmpfile_get_case (const struct case_tmpfile *, casenumber);