X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fscratch-writer.h;h=a9c7a4d9c1e8dfd96974aa142eb44a014e1dc0c8;hb=cc57a28ef6796ae9a64ef80d453f72126956d49d;hp=d2fda12a915c85341d304974b9eee75cc555948f;hpb=9bf1c33953f7feff2a24a06293f6fe96b75cc41a;p=pspp-builds.git diff --git a/src/data/scratch-writer.h b/src/data/scratch-writer.h index d2fda12a..a9c7a4d9 100644 --- a/src/data/scratch-writer.h +++ b/src/data/scratch-writer.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 casewriter *scratch_writer_open (struct file_handle *, const struct dictionary *);