X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcasefile-private.h;h=1375dd01bbef3e85a35a29fd616a6548213a2022;hb=3f159627d3b80706e58a54be2431c3edbc5333dc;hp=c59027658e3b6b4416038d2aa785fba14dd28489;hpb=a37754c18dee3d5941e5fe041b2c1fa1a3370157;p=pspp diff --git a/src/data/casefile-private.h b/src/data/casefile-private.h index c59027658e..1375dd01bb 100644 --- a/src/data/casefile-private.h +++ b/src/data/casefile-private.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2004, 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 @@ -27,6 +26,7 @@ struct ccase; struct casereader; struct casefile; +struct casefilter; struct class_casefile { @@ -78,6 +78,8 @@ struct casereader struct casefile *cf; /* The casefile to which this reader belongs */ struct ll ll; /* Element in the casefile's list of readers */ + + struct casefilter *filter; /* The filter to be used */ bool destructive; /* True if this reader is destructive */ };