X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Fdata%2Fcase-tmpfile.h;h=bbf736e3d13080f365c2932e4d65294ef63d2549;hp=a5916249d45fcf04ca55d2845da70ff8ebe618f2;hb=5c3291dc396b795696e94f47780308fd7ace6fc4;hpb=c6fe58a22249f4f486b42f35fd8bd537c91e8e6e 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);