X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fscratch-reader.h;h=a5ee005efda9b521db198cdbc4dda387c1fa2646;hb=ff59ee87992b440aab8083ee041f9aecd2ce68ca;hp=44531a494f5465bd439aec03bcd6044e640581c1;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/data/scratch-reader.h b/src/data/scratch-reader.h index 44531a49..a5ee005e 100644 --- a/src/data/scratch-reader.h +++ b/src/data/scratch-reader.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 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 @@ -21,7 +21,6 @@ struct dictionary; struct file_handle; -struct ccase; struct casereader *scratch_reader_open (struct file_handle *, struct dictionary **);