X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpfm.h;h=172a8f53b833f431cd5028801354d8aea67cb5fa;hb=06f9ee45954e5e71fa7f6262dbf37defa1dbf996;hp=ad506ac34fce18e7db3aa8b8bc096085b1fc159d;hpb=92bfefccd465052e492f669ce561aa25b0110283;p=pspp-builds.git diff --git a/src/pfm.h b/src/pfm.h index ad506ac3..172a8f53 100644 --- a/src/pfm.h +++ b/src/pfm.h @@ -44,12 +44,12 @@ struct pfm_read_info struct dictionary; struct file_handle; +struct ccase; union value; struct dictionary *pfm_read_dictionary (struct file_handle *, struct pfm_read_info *); -int pfm_read_case (struct file_handle *, - union value *, struct dictionary *); +int pfm_read_case (struct file_handle *, struct ccase *, struct dictionary *); int pfm_write_dictionary (struct file_handle *, struct dictionary *); int pfm_write_case (struct file_handle *, const union value *elem);