From 2ac5b884fe9cca11f9fed05b0f2cd5f50aba3d84 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 5 Apr 2001 02:31:47 +0000 Subject: merge from evolution-0-10-branch to evolution-0-10-merge-0 2001-04-05 Not Zed * merge from evolution-0-10-branch to evolution-0-10-merge-0 svn path=/trunk/; revision=9194 --- camel/camel-operation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-operation.h') 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); -- cgit