X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Flazy-casereader.h;h=1e0a985865022bc8867551abb58bd7ff7c054d0a;hb=499552917fce3a3da9d0fa826e1589a1c62acf27;hp=561d98eb943e0ff50fca1600957eb2a646bc5045;hpb=3bbb4370239deb29ebbf813d258aef6249e2a431;p=pspp diff --git a/src/data/lazy-casereader.h b/src/data/lazy-casereader.h index 561d98eb94..1e0a985865 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, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2011 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 @@ -27,10 +27,10 @@ #define DATA_LAZY_CASEREADER_H 1 #include -#include +#include "data/case.h" struct casereader *lazy_casereader_create (const struct caseproto *, - casenumber case_cnt, + casenumber n_cases, struct casereader *(*) (void *aux), void *aux, unsigned long int *serial);