aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-threads.h
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-14 23:18:44 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-14 23:18:44 +0800
commit377513db1f7bbe49122a981bce1efb7295e09094 (patch)
tree3b8510e89787038953053f0526a545caacc5b2d1 /mail/mail-threads.h
parent31609c7e53f5da2ca27a5562e719ebf8cca333ba (diff)
downloadgsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.gz
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.bz2
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.lz
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.xz
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.zst
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.zip
Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype the disabled mail functions
svn path=/trunk/; revision=4836
Diffstat (limited to 'mail/mail-threads.h')
-rw-r--r--mail/mail-threads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail-threads.h b/mail/mail-threads.h
index b84b71d836..e27f07d789 100644
--- a/mail/mail-threads.h
+++ b/mail/mail-threads.h
@@ -52,9 +52,12 @@ gboolean mail_operation_queue (const mail_operation_spec * spec,
/* User interface hooks for the other thread */
+#if 0
void mail_op_set_percentage (gfloat percentage);
void mail_op_hide_progressbar (void);
void mail_op_show_progressbar (void);
+#endif
+
void mail_op_set_message (gchar * fmt, ...) G_GNUC_PRINTF (1, 2);
void mail_op_error (gchar * fmt, ...) G_GNUC_PRINTF (1, 2);
gboolean mail_op_get_password (gchar * prompt, gboolean secret,