X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase-matcher.h;h=fa40781f0060d552b63840a24d304a9ab9ec3318;hb=cc57a28ef6796ae9a64ef80d453f72126956d49d;hp=d172f6113bcc6bcc84bd85b1a8e3158322b569f7;hpb=9bf1c33953f7feff2a24a06293f6fe96b75cc41a;p=pspp-builds.git diff --git a/src/data/case-matcher.h b/src/data/case-matcher.h index d172f611..fa40781f 100644 --- a/src/data/case-matcher.h +++ b/src/data/case-matcher.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 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 @@ -25,7 +25,7 @@ union value; struct case_matcher *case_matcher_create (void); void case_matcher_add_input (struct case_matcher *, const struct subcase *, - const struct ccase *, bool *is_minimal); + struct ccase **, bool *is_minimal); void case_matcher_destroy (struct case_matcher *); bool case_matcher_match (struct case_matcher *, union value **by);