diff options
Diffstat (limited to 'camel/camel-operation.h')
-rw-r--r-- | camel/camel-operation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-operation.h b/camel/camel-operation.h index 4a61b40dfc..8bf5cfa2dc 100644 --- a/camel/camel-operation.h +++ b/camel/camel-operation.h @@ -55,6 +55,7 @@ int camel_operation_cancel_check(CamelOperation *cc); int camel_operation_cancel_fd(CamelOperation *cc); void camel_operation_start(CamelOperation *cc, char *what, ...); +void camel_operation_start_transient(CamelOperation *cc, char *what, ...); void camel_operation_progress(CamelOperation *cc, int pc); void camel_operation_progress_count(CamelOperation *cc, int sofar); void camel_operation_end(CamelOperation *cc); |