X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase-source.h;h=0a30d298a751979e7751ca12478e4a858595da5b;hb=72147c12357446b304264b6944b8a1d92c45f53c;hp=4da72806de801ea12db44b60f749a0a9e59c99d7;hpb=0d7b430cd1cef60b963a54307622d6f4aa8efeb4;p=pspp-builds.git diff --git a/src/data/case-source.h b/src/data/case-source.h index 4da72806..0a30d298 100644 --- a/src/data/case-source.h +++ b/src/data/case-source.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -59,7 +58,7 @@ struct case_source *create_case_source (const struct case_source_class *, void *); void free_case_source (struct case_source *); -int case_source_is_class (const struct case_source *, +bool case_source_is_class (const struct case_source *, const struct case_source_class *); #endif /* case-source.h */