Implemented the recode dialogs.
[pspp-builds.git] / src / ui / gui / helper.h
index eb50bdd2648d404f00e57545d9830090431eeaa6..377066176f5257528a15db5e6eb715062c93d603 100644 (file)
@@ -67,4 +67,8 @@ void marshaller_VOID__INT_INT_INT (GClosure     *closure,
                                   gpointer      marshal_data);
 
 
+/* Create a deep copy of SRC */
+GtkListStore * clone_list_store (const GtkListStore *src);
+
+
 #endif