X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcasereader-provider.h;h=2069eb678de9b652d5bb16cd91f399850be1b163;hb=9cedbc3f32609f38e88f715ad9948e71c8cbb788;hp=f93a60c4e04d70f056d084605b5f8894d49afd8f;hpb=339f1956cc727eda788638644ef93ab7852b31cd;p=pspp diff --git a/src/data/casereader-provider.h b/src/data/casereader-provider.h index f93a60c4e0..2069eb678d 100644 --- a/src/data/casereader-provider.h +++ b/src/data/casereader-provider.h @@ -150,13 +150,13 @@ struct casereader_random_class /* Mandatory. - A call to this function tells the callee that the CNT + A call to this function tells the callee that the N cases at the beginning of READER will never be read again. The casereader implementation should free any resources associated with those cases. After this function returns, the IDX argument in future calls to the "read" function will be relative to remaining cases. */ - void (*advance) (struct casereader *reader, void *aux, casenumber cnt); + void (*advance) (struct casereader *reader, void *aux, casenumber n); }; struct casereader *