X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fscratch-reader.h;h=16490df73039f892bd33f55050c309de3604fe12;hb=92c09e564002d356d20fc1e2e131027ef89f6748;hp=52fc2d0d55264cc627b60b52de3ae15f04a55c5a;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/data/scratch-reader.h b/src/data/scratch-reader.h index 52fc2d0d..16490df7 100644 --- a/src/data/scratch-reader.h +++ b/src/data/scratch-reader.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2006 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -25,10 +24,7 @@ struct dictionary; struct file_handle; struct ccase; -struct scratch_reader *scratch_reader_open (struct file_handle *, - struct dictionary **); -bool scratch_reader_read_case (struct scratch_reader *, struct ccase *); -bool scratch_reader_error (const struct scratch_reader *); -void scratch_reader_close (struct scratch_reader *); +struct casereader *scratch_reader_open (struct file_handle *, + struct dictionary **); #endif /* scratch-reader.h */