X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=Valgrind.xs;h=137ddf0b77616777f8e7e4b9322148ed22840f7b;hp=b4a5a46b52288035afbb3fc962fabf5a988b0606;hb=60c3814cf8faecbe1ac93757f66147d7c2de54a7;hpb=b5294ed53dd1c663331ed4093df805368b7e5dde diff --git a/Valgrind.xs b/Valgrind.xs index b4a5a46..137ddf0 100644 --- a/Valgrind.xs +++ b/Valgrind.xs @@ -28,6 +28,8 @@ const char *tv_leaky = NULL; # define TV_LEAK_ARG #endif +extern void tv_leak(TV_LEAK_PROTO); + extern void tv_leak(TV_LEAK_PROTO) { tv_leaky = malloc(10000);