From 655ee2825121e149a9976e562946892efb20aea1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 21:48:47 +0000 Subject: *** empty log message *** --- runtime/probes.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'runtime/probes.c') diff --git a/runtime/probes.c b/runtime/probes.c index 62819901..144445d6 100644 --- a/runtime/probes.c +++ b/runtime/probes.c @@ -1,4 +1,6 @@ -/* -*- linux-c -*- */ +#ifndef _PROBES_C_ /* -*- linux-c -*- */ +#define _PROBES_C + /** @file probes.c * @brief Functions to assist loading and unloading groups of probes. */ @@ -100,3 +102,4 @@ out: return ret; } +#endif /* _PROBES_C */ -- cgit