2005-03-03 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mono / metadata / threadpool.h
index 8ae1445ffdf9cfda790d8524561c35532eaf22d3..c92f070bbb1140521db68a4be864097b4fcb6f6f 100644 (file)
@@ -6,6 +6,9 @@
 
 extern int mono_max_worker_threads;
 
+/* No managed code here */
+void mono_thread_pool_init (void);
+
 MonoAsyncResult *
 mono_thread_pool_add     (MonoObject *target, MonoMethodMessage *msg, 
                          MonoDelegate *async_callback, MonoObject *state);