X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fprofiler%2Fmono-cov.c;h=12f1c64360784074766e3695669328ec28bd5f91;hb=5fc8a5719a1bc1af414a931ff5c48a5d4d9389f3;hp=af58e09f7bae6f4859259f416696f341867aa59b;hpb=948dbf8d4581ac17f5420cc4f7dc375e3c502576;p=mono.git diff --git a/mono/profiler/mono-cov.c b/mono/profiler/mono-cov.c index af58e09f7ba..12f1c643607 100644 --- a/mono/profiler/mono-cov.c +++ b/mono/profiler/mono-cov.c @@ -1,9 +1,16 @@ +/* + * mono-co.c: Coverage profiler + * + + * Copyright 2008-2009 Novell, Inc (http://www.novell.com) + */ #include #include #include #include #include #include +#include /* * Coverage profiler. Compile with: @@ -118,6 +125,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)