]> sourceware.org Git - systemtap.git/commitdiff
Remove "static" from probe_exit declaration.
authorhunt <hunt>
Mon, 1 Aug 2005 22:09:32 +0000 (22:09 +0000)
committerhunt <hunt>
Mon, 1 Aug 2005 22:09:32 +0000 (22:09 +0000)
runtime/docs/examples/template.c

index 73cbc06ee4ed369a125cab2b326acd5a2bd888b2..244bd39f5bffd2348642c27c34f47d72d63f1b8b 100644 (file)
@@ -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);
This page took 0.026809 seconds and 5 git commands to generate.