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