aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer/importer.h
diff options
context:
space:
mode:
authorMichael Meeks <michael@ximian.com>2001-02-23 08:53:41 +0800
committerMichael Meeks <michael@src.gnome.org>2001-02-23 08:53:41 +0800
commitf581cae993b563b395a12afda0c270faa83e551a (patch)
treeaf73bf505f5230a6029517d3f8ca1b2fe93a692e /shell/importer/importer.h
parent5c9c2f33b943c9996eac380d5534b80ce5402360 (diff)
downloadgsoc2013-evolution-f581cae993b563b395a12afda0c270faa83e551a.tar
gsoc2013-evolution-f581cae993b563b395a12afda0c270faa83e551a.tar.gz
gsoc2013-evolution-f581cae993b563b395a12afda0c270faa83e551a.tar.bz2
gsoc2013-evolution-f581cae993b563b395a12afda0c270faa83e551a.tar.lz
gsoc2013-evolution-f581cae993b563b395a12afda0c270faa83e551a.tar.xz
gsoc2013-evolution-f581cae993b563b395a12afda0c270faa83e551a.tar.zst
gsoc2013-evolution-f581cae993b563b395a12afda0c270faa83e551a.zip
add include. (show_import_wizard): update signature to that of a verb.
2001-02-21 Michael Meeks <michael@ximian.com> * importer/importer.c: add include. (show_import_wizard): update signature to that of a verb. * evolution-shell-component.c (corba_class_init): move into (class_init): here & upd. (evolution_shell_component_construct): upd. (create_servant): kill. (E_MAKE_TYPE) -> E_MAKE_X_TYPE. svn path=/trunk/; revision=8359
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