Implemented the goto-case dialog
[pspp] / src / ui / gui / psppire-data-store.h
index b58562b484fc4cce0740fc55236c92421a50639c..9857a7b1cfcfe85d81f3d7b8d52892d3ecab4a63 100644 (file)
@@ -108,6 +108,9 @@ gboolean psppire_data_store_set_string (PsppireDataStore *ds,
                                        const gchar *text,
                                        gint row, gint column);
 
+casenumber psppire_data_store_get_case_count (PsppireDataStore *store);
+
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */