2010-01-13 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mono / profiler / mono-cov.c
index af58e09f7bae6f4859259f416696f341867aa59b..bed8c25d9d55087c3667dd8e83096411b16724d7 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * mono-co.c: Coverage profiler
+ *
+
+ * Copyright 2008-2009 Novell, Inc (http://www.novell.com)
+ */
 #include <mono/metadata/profiler.h>
 #include <mono/metadata/tokentype.h>
 #include <mono/metadata/tabledefs.h>
@@ -118,6 +124,9 @@ cov_method_leave (MonoProfiler *prof, MonoMethod *method)
 {
 }
 
+void
+mono_profiler_startup (const char *desc);
+
 /* the entry point */
 void
 mono_profiler_startup (const char *desc)