aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-config-upgrade.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-15 23:56:11 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-15 23:56:11 +0800
commitbabacb9101cf739612cb8079f3dd936a53c5d63e (patch)
treeb80b00b503dbcd6bd14304d76bc351d5e083942f /shell/e-config-upgrade.h
parentfbd28cca81f1f67342d94d956003ac09aa7f5b25 (diff)
downloadgsoc2013-evolution-babacb9101cf739612cb8079f3dd936a53c5d63e.tar
gsoc2013-evolution-babacb9101cf739612cb8079f3dd936a53c5d63e.tar.gz
gsoc2013-evolution-babacb9101cf739612cb8079f3dd936a53c5d63e.tar.bz2
gsoc2013-evolution-babacb9101cf739612cb8079f3dd936a53c5d63e.tar.lz
gsoc2013-evolution-babacb9101cf739612cb8079f3dd936a53c5d63e.tar.xz
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.h4
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 */