Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / citadel / threads.h
index 2119e02395ce816186c59359f81c169ec44318f7..11bad4f09e305606555a5f4930d5ebfe4b7d85ce 100644 (file)
@@ -45,4 +45,7 @@ void go_threading(void);
 void InitializeMasterTSD(void);
 void CtdlThreadCreate(void *(*start_routine)(void*));
 
+
+extern pthread_mutex_t ThreadCountMutex;;
+
 #endif // THREADS_H