diff options
Diffstat (limited to 'shell/e-config-upgrade.h')
-rw-r--r-- | shell/e-config-upgrade.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/e-config-upgrade.h b/shell/e-config-upgrade.h index f52801ce07..a11fe504e7 100644 --- a/shell/e-config-upgrade.h +++ b/shell/e-config-upgrade.h @@ -23,8 +23,6 @@ #ifndef _E_CONFIG_UPGRADE_H #define _E_CONFIG_UPGRADE_H -gboolean e_upgrade_detect_version (int *major, int *minor, int *revision); - -int e_config_upgrade(int major, int minor, int revision); +int e_config_upgrade (int major, int minor, int revision); #endif /* _E_CONFIG_UPGRADE_H */ |