Code

export to ocal bug fix
[inkscape.git] / src / file.h
index 33210fabdb923a9666803b9a85b985fd3155ac6a..c5a854922907d74ca6babad7037b30d19e3bc429 100644 (file)
@@ -168,6 +168,23 @@ void sp_file_export_to_ocal (Gtk::Window &parentWindow );
 bool sp_file_export_to_ocal_dialog (void *widget);
 
 
+/*######################
+## I M P O R T  F R O M  O C A L
+######################*/
+
+/**
+ * Import a document from OCAL
+ */
+void sp_file_import_from_ocal (Gtk::Window &parentWindow );
+
+
+/**
+ * Import a document from OCAL
+ */
+//bool sp_file_import_from_ocal_dialog (void *widget);
+
+
+
 
 /*######################
 ## P R I N T