diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-22 02:28:34 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-22 02:28:34 +0800 |
commit | 0fb08f3ff81575a4749d851404233f34252dd2f2 (patch) | |
tree | 7e03befedc3a76fd104921dbbc616810d87333be /shell/e-shell-importer.h | |
parent | 0e19f2c16de592607a341eb9974d31e4e47e02b5 (diff) | |
download | gsoc2013-evolution-0fb08f3ff81575a4749d851404233f34252dd2f2.tar.gz gsoc2013-evolution-0fb08f3ff81575a4749d851404233f34252dd2f2.tar.zst gsoc2013-evolution-0fb08f3ff81575a4749d851404233f34252dd2f2.zip |
Merge new-ui-branch to the trunk.
svn path=/trunk/; revision=22964
Diffstat (limited to 'shell/e-shell-importer.h')
-rw-r--r-- | shell/e-shell-importer.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/shell/e-shell-importer.h b/shell/e-shell-importer.h index 4e9b91ff26..3e139dc846 100644 --- a/shell/e-shell-importer.h +++ b/shell/e-shell-importer.h @@ -20,13 +20,9 @@ * Author: Iain Holmes <iain@ximian.com> */ -#include <bonobo/bonobo-ui-component.h> +#ifndef _E_SHELL_IMPORTER_H_ +#define _E_SHELL_IMPORTER_H_ -#ifndef __IMPORTER_H__ -#define __IMPORTER_H__ - -void show_import_wizard (BonoboUIComponent *component, - gpointer user_data, - const char *cname); +void e_shell_importer_start_import (void); #endif |