Blame src/shell/e-shell-migrate.h

Packit 15f964
/*
Packit 15f964
 * e-shell-migrate.h
Packit 15f964
 *
Packit 15f964
 * This program is free software; you can redistribute it and/or modify it
Packit 15f964
 * under the terms of the GNU Lesser General Public License as published by
Packit 15f964
 * the Free Software Foundation.
Packit 15f964
 *
Packit 15f964
 * This program is distributed in the hope that it will be useful, but
Packit 15f964
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit 15f964
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
Packit 15f964
 * for more details.
Packit 15f964
 *
Packit 15f964
 * You should have received a copy of the GNU Lesser General Public License
Packit 15f964
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
Packit 15f964
 *
Packit 15f964
 *
Packit 15f964
 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
Packit 15f964
 *
Packit 15f964
 */
Packit 15f964
Packit 15f964
/* This is an EShell extension that handles migrating from older versions. */
Packit 15f964
Packit 15f964
#ifndef E_SHELL_MIGRATE_H
Packit 15f964
#define E_SHELL_MIGRATE_H
Packit 15f964
Packit 15f964
#include <shell/e-shell-common.h>
Packit 15f964
#include <shell/e-shell.h>
Packit 15f964
Packit 15f964
G_BEGIN_DECLS
Packit 15f964
Packit 15f964
gboolean	e_shell_migrate_attempt			(EShell *shell);
Packit 15f964
GQuark		e_shell_migrate_error_quark		(void);
Packit 15f964
Packit 15f964
G_END_DECLS
Packit 15f964
Packit 15f964
#endif /* E_SHELL_MIGRATE_H */