diff options
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file.h b/src/file.h index cd6de2eb1..4d28e57d8 100644 --- a/src/file.h +++ b/src/file.h @@ -117,6 +117,8 @@ bool sp_file_save_dialog (Gtk::Window &parentWindow, SPDocument *doc, Inkscape:: ## I M P O R T ######################*/ +void sp_import_document(SPDesktop *desktop, SPDocument *clipdoc, bool in_place); + /** * Displays a file selector dialog, to allow the * user to import data into the current document. |
