X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpfm.h;h=ad506ac34fce18e7db3aa8b8bc096085b1fc159d;hb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;hp=ebf4401e67873239c93007389a8240581e4d8072;hpb=b9dcb1c23a48b9db5444b9f10aac0748b83898ad;p=pspp-builds.git diff --git a/src/pfm.h b/src/pfm.h index ebf4401e..ad506ac3 100644 --- a/src/pfm.h +++ b/src/pfm.h @@ -48,7 +48,8 @@ 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 *, + union value *, struct dictionary *); int pfm_write_dictionary (struct file_handle *, struct dictionary *); int pfm_write_case (struct file_handle *, const union value *elem);