diff options
Diffstat (limited to 'camel/camel-operation.h')
-rw-r--r-- | camel/camel-operation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-operation.h b/camel/camel-operation.h index 08da410b68..367d916b67 100644 --- a/camel/camel-operation.h +++ b/camel/camel-operation.h @@ -52,6 +52,9 @@ void camel_operation_cancel_block(CamelOperation *cc); void camel_operation_cancel_unblock(CamelOperation *cc); int camel_operation_cancel_check(CamelOperation *cc); int camel_operation_cancel_fd(CamelOperation *cc); +#ifdef HAVE_NSS +struct PRFileDesc *camel_operation_cancel_prfd(CamelOperation *cc); +#endif /* return the registered operation for this thread, if there is one */ CamelOperation *camel_operation_registered(void); |