aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-msgport.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-msgport.h')
-rw-r--r--e-util/e-msgport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-msgport.h b/e-util/e-msgport.h
index d181ac7fb7..03dc514b07 100644
--- a/e-util/e-msgport.h
+++ b/e-util/e-msgport.h
@@ -64,6 +64,7 @@ void e_thread_set_msg_destroy(EThread *e, EThreadFunc destroy, void *data);
void e_thread_set_reply_port(EThread *e, EMsgPort *reply_port);
void e_thread_set_msg_received(EThread *e, EThreadFunc received, void *data);
void e_thread_put(EThread *e, EMsg *msg);
+int e_thread_busy(EThread *e);
/* sigh, another mutex interface, this one allows different mutex types, portably */
typedef struct _EMutex EMutex;