aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer/importer.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/importer/importer.h')
-rw-r--r--shell/importer/importer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/importer/importer.h b/shell/importer/importer.h
index ed457b9e15..644ff62866 100644
--- a/shell/importer/importer.h
+++ b/shell/importer/importer.h
@@ -21,9 +21,13 @@
* Author: Iain Holmes <iain@helixcode.com>
*/
+#include <bonobo/bonobo-ui-component.h>
+
#ifndef __IMPORTER_H__
#define __IMPORTER_H__
-void show_import_wizard (void);
+void show_import_wizard (BonoboUIComponent *component,
+ gpointer user_data,
+ const char *cname);
#endif