aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-threads.h
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-06-27 02:21:45 +0800
committerPeter Williams <peterw@src.gnome.org>2000-06-27 02:21:45 +0800
commite923d2eea9e325677c57f88e1209765acb306846 (patch)
treed6d04bad75e1d5449799db9a27cf7279c5152ca9 /mail/mail-threads.h
parenta6123511735299f9811a40ed55344a9fcba90655 (diff)
downloadgsoc2013-evolution-e923d2eea9e325677c57f88e1209765acb306846.tar
gsoc2013-evolution-e923d2eea9e325677c57f88e1209765acb306846.tar.gz
gsoc2013-evolution-e923d2eea9e325677c57f88e1209765acb306846.tar.bz2
gsoc2013-evolution-e923d2eea9e325677c57f88e1209765acb306846.tar.lz
gsoc2013-evolution-e923d2eea9e325677c57f88e1209765acb306846.tar.xz
gsoc2013-evolution-e923d2eea9e325677c57f88e1209765acb306846.tar.zst
gsoc2013-evolution-e923d2eea9e325677c57f88e1209765acb306846.zip
Make the broken threads optional
svn path=/trunk/; revision=3740
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 d3f2a184e3..e26acdbb14 100644
--- a/mail/mail-threads.h
+++ b/mail/mail-threads.h
@@ -25,6 +25,7 @@
#ifndef _MAIL_THREADS_H_
#define _MAIL_THREADS_H_
+#ifdef USE_BROKEN_THREADS
/* Schedule to operation to happen eventually */
gboolean mail_operation_try( const gchar *description,
@@ -46,4 +47,6 @@ void mail_operation_wait_for_finish( void );
gboolean mail_operations_are_executing( void );
+#endif /* defined USE_BROKEN_THREADS */
+
#endif /* defined _MAIL_THREADS_H_ */