aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-operation.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-operation.c')
-rw-r--r--camel/camel-operation.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-operation.c b/camel/camel-operation.c
index 4433fa5d1a..0b5678d29a 100644
--- a/camel/camel-operation.c
+++ b/camel/camel-operation.c
@@ -62,6 +62,8 @@ static pthread_mutex_t operation_active_lock = PTHREAD_MUTEX_INITIALIZER;
#define CAMEL_ACTIVE_UNLOCK()
#endif
+static unsigned int stamp (void);
+
static GHashTable *operation_active;
typedef struct _CamelOperationMsg {