X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase-tmpfile.h;h=b7078d4cdcb50729d7a77af408e69a7f92934222;hb=b7f672dd5f58c5891d7845871a13f20240eb9edf;hp=bbf736e3d13080f365c2932e4d65294ef63d2549;hpb=bd17d2af982332ee1791998361b1ac6731fe14fa;p=pspp diff --git a/src/data/case-tmpfile.h b/src/data/case-tmpfile.h index bbf736e3d1..b7078d4cdc 100644 --- a/src/data/case-tmpfile.h +++ b/src/data/case-tmpfile.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ #ifndef DATA_CASE_TMPFILE_H #define DATA_CASE_TMPFILE_H 1 -#include +#include "data/case.h" struct caseproto; @@ -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 *);