Changed a lot of ints to bools.
[pspp-builds.git] / src / data / case-source.h
index 4da72806de801ea12db44b60f749a0a9e59c99d7..9ba1ca9fa983da67102537eaa9df4484cd0acc7d 100644 (file)
@@ -59,7 +59,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 */