X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-counters.h;h=e7396d79a0907bc21b6c5a3d479701a26642fbc7;hb=fee9c3024ba2854cfda4f5967da32cadfb1288e5;hp=a22a3e92bf3696d2f62ecc8bb198ca96fba89551;hpb=669beaed8380fa592533c8755f72593b4422d01d;p=mono.git diff --git a/mono/utils/mono-counters.h b/mono/utils/mono-counters.h index a22a3e92bf3..e7396d79a09 100644 --- a/mono/utils/mono-counters.h +++ b/mono/utils/mono-counters.h @@ -37,5 +37,7 @@ void mono_counters_register (const char* descr, int type, void *addr); */ void mono_counters_dump (int section_mask, FILE *outfile); +void mono_counters_cleanup (void); + #endif /* __MONO_COUNTERS_H__ */