X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fpor-file-reader.h;h=326514f9a78e58adc9ebd46205565a0262e394f5;hb=3da49359c52cb783db907cc197847bbd5e721c97;hp=f227fd9a7761b1381c04c3598281cad5de114aae;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/data/por-file-reader.h b/src/data/por-file-reader.h index f227fd9a77..326514f9a7 100644 --- a/src/data/por-file-reader.h +++ b/src/data/por-file-reader.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2009 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 @@ -34,7 +34,6 @@ struct pfm_read_info struct dictionary; struct file_handle; -struct ccase; struct casereader *pfm_open_reader (struct file_handle *, struct dictionary **, struct pfm_read_info *);