From 4ecbb06c6ba4ce07dfd527dc0496f36322f9eabf Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 1 Aug 2005 22:09:32 +0000 Subject: Remove "static" from probe_exit declaration. --- runtime/docs/examples/template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/docs/examples/template.c b/runtime/docs/examples/template.c index 73cbc06e..244bd39f 100644 --- a/runtime/docs/examples/template.c +++ b/runtime/docs/examples/template.c @@ -113,7 +113,7 @@ int probe_start(void) } -static void probe_exit (void) +void probe_exit (void) { /* unregister the probes */ _stp_unregister_jprobes (jp, NUM_JPROBES); -- cgit