X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=7e2067fdd7135ea2b3246e7346e94ac65272aeb2;hb=d908f52b818f4fdf2ab23797756812ec2986bd2b;hp=9b480c9823854b2b7232d60a696e2a230a354f74;hpb=e850a37743edb8035b15c4ed313a2b8fdafdc696;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index 9b480c98..7e2067fd 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -106,6 +106,9 @@ void psppire_data_store_create_system_file (PsppireDataStore *store, gboolean psppire_data_store_insert_new_case (PsppireDataStore *ds, gint posn); +struct casereader * psppire_data_store_get_reader (PsppireDataStore *ds); + + #ifdef __cplusplus }