treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / data / casewindow.h
index c7a863eaa89544f5ebf89f3e1b333530b8c75574..5ac205480bad5aeab8684b2b3b0e876d389451f0 100644 (file)
@@ -41,7 +41,7 @@ void casewindow_pop_tail (struct casewindow *, casenumber cnt);
 struct ccase *casewindow_get_case (const struct casewindow *,
                                    casenumber case_idx);
 const struct caseproto *casewindow_get_proto (const struct casewindow *);
-casenumber casewindow_get_case_cnt (const struct casewindow *);
+casenumber casewindow_get_n_cases (const struct casewindow *);
 
 bool casewindow_error (const struct casewindow *);
 void casewindow_force_error (struct casewindow *);