X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Flazy-casereader.h;fp=src%2Fdata%2Flazy-casereader.h;h=561d98eb943e0ff50fca1600957eb2a646bc5045;hb=5c3291dc396b795696e94f47780308fd7ace6fc4;hp=c83f39db82637430eabca7b4931ff0b2b8ca93d5;hpb=c6fe58a22249f4f486b42f35fd8bd537c91e8e6e;p=pspp diff --git a/src/data/lazy-casereader.h b/src/data/lazy-casereader.h index c83f39db82..561d98eb94 100644 --- a/src/data/lazy-casereader.h +++ b/src/data/lazy-casereader.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 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 @@ -29,7 +29,7 @@ #include #include -struct casereader *lazy_casereader_create (size_t value_cnt, +struct casereader *lazy_casereader_create (const struct caseproto *, casenumber case_cnt, struct casereader *(*) (void *aux), void *aux,