diff options
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h index 33210fabd..c5a854922 100644 --- a/src/file.h +++ b/src/file.h @@ -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 |
