X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=c3482cf4cb2accaa60253c1ab6a8f09563224cc3;hb=a8a5c3b5634a6255d1e0a057fc47c5a931b8492a;hp=c16d158e23803e3b5ed21ca7b57ab9b4b17b31b0;hpb=2dd0df69f627a06ffb887128d22e3d686d1cd207;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index c16d158e..c3482cf4 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -2,7 +2,6 @@ PSPPIRE --- A Graphical User Interface for PSPP Copyright (C) 2006 Free Software Foundation - Written by John Darrington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -98,8 +97,11 @@ void psppire_data_store_clear(PsppireDataStore *data_store); struct file_handle; -void psppire_data_store_create_system_file(PsppireDataStore *store, - struct file_handle *handle); +void psppire_data_store_create_system_file (PsppireDataStore *store, + struct file_handle *handle); + +gboolean psppire_data_store_insert_new_case (PsppireDataStore *ds, gint posn); + #ifdef __cplusplus