Added the ability to run syntax from the syntax editor.
[pspp-builds.git] / src / ui / gui / psppire-data-store.h
index c16d158e23803e3b5ed21ca7b57ab9b4b17b31b0..c3482cf4cb2accaa60253c1ab6a8f09563224cc3 100644 (file)
@@ -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