diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-15 23:56:11 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-15 23:56:11 +0800 |
commit | babacb9101cf739612cb8079f3dd936a53c5d63e (patch) | |
tree | b80b00b503dbcd6bd14304d76bc351d5e083942f /shell/e-config-upgrade.h | |
parent | fbd28cca81f1f67342d94d956003ac09aa7f5b25 (diff) | |
download | gsoc2013-evolution-babacb9101cf739612cb8079f3dd936a53c5d63e.tar.gz gsoc2013-evolution-babacb9101cf739612cb8079f3dd936a53c5d63e.tar.zst gsoc2013-evolution-babacb9101cf739612cb8079f3dd936a53c5d63e.zip |
move version detection here
2004-01-15 JP Rosevear <jpr@ximian.com>
* main.c (detect_version): move version detection here
* e-config-upgrade.c: remove it from here; clean out all the
mailer and bonobo conf conversion stuff, its been moved to the
mailer and e-util
* e-config-upgrade.h: remove proto
svn path=/trunk/; revision=24242
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 */ |