categoricals.c: Rename function to more accurately reflect its purpose
[pspp-builds.git] / src / math / categoricals.h
index 91767270de599218a6f8eddf46de65952672628f..ec708efa178c91a3c8b621264a1fc3d05dffd3e8 100644 (file)
@@ -86,8 +86,7 @@ const struct interaction *categoricals_get_interaction_by_subscript (const struc
 
 double categoricals_get_sum_by_subscript (const struct categoricals *cat, int subscript);
 
-double categoricals_get_binary_by_subscript (const struct categoricals *cat, int subscript,
-                                            const struct ccase *c);
+double categoricals_get_code_for_case (const struct categoricals *cat, int subscript, const struct ccase *c);
 
 
 /* These use the long map.  Useful for descriptive statistics. */