X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcasewindow.h;h=f0a200f449de014638d8114ce9b50cb13a4fccb8;hb=cc57a28ef6796ae9a64ef80d453f72126956d49d;hp=c3971231afe2d1ed5ac5f89e9b5b61e719505212;hpb=9bf1c33953f7feff2a24a06293f6fe96b75cc41a;p=pspp-builds.git diff --git a/src/data/casewindow.h b/src/data/casewindow.h index c3971231..f0a200f4 100644 --- a/src/data/casewindow.h +++ b/src/data/casewindow.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 @@ -37,8 +37,8 @@ bool casewindow_destroy (struct casewindow *); void casewindow_push_head (struct casewindow *, struct ccase *); void casewindow_pop_tail (struct casewindow *, casenumber cnt); -bool casewindow_get_case (const struct casewindow *, casenumber case_idx, - struct ccase *); +struct ccase *casewindow_get_case (const struct casewindow *, + casenumber case_idx); size_t casewindow_get_value_cnt (const struct casewindow *); casenumber casewindow_get_case_cnt (const struct casewindow *);