]> code.citadel.org Git - citadel.git/blobdiff - citadel/threads.h
Links for older and newer blocks of messages in the BBS view have been centered,...
[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