X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsfm.h;h=e5691649c859ad7deb05ed54bc5178ab2930e440;hb=06f9ee45954e5e71fa7f6262dbf37defa1dbf996;hp=edd19d9e1415356ecf08c1d2e525907b85a61189;hpb=92bfefccd465052e492f669ce561aa25b0110283;p=pspp-builds.git diff --git a/src/sfm.h b/src/sfm.h index edd19d9e..e5691649 100644 --- a/src/sfm.h +++ b/src/sfm.h @@ -41,11 +41,11 @@ struct sfm_read_info struct dictionary; struct file_handle; -union value; +struct ccase; struct dictionary *sfm_read_dictionary (struct file_handle *, struct sfm_read_info *); -int sfm_read_case (struct file_handle *, union value *, struct dictionary *); +int sfm_read_case (struct file_handle *, struct ccase *, struct dictionary *); void sfm_maybe_close (struct file_handle *); /* Information needed by sfm_write_dictionary(). */