diff options
author | hunt <hunt> | 2005-04-07 21:48:47 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-04-07 21:48:47 +0000 |
commit | 655ee2825121e149a9976e562946892efb20aea1 (patch) | |
tree | 91b9b4cc46aeee50e9d789689bea0b96e11ceba1 /runtime/probes.c | |
parent | 3d4bc8bea6b45893bd4b49f44df26bd602b4cba5 (diff) | |
download | systemtap-steved-655ee2825121e149a9976e562946892efb20aea1.tar.gz systemtap-steved-655ee2825121e149a9976e562946892efb20aea1.tar.xz systemtap-steved-655ee2825121e149a9976e562946892efb20aea1.zip |
*** empty log message ***
Diffstat (limited to 'runtime/probes.c')
-rw-r--r-- | runtime/probes.c | 5 |
1 files changed, 4 insertions, 1 deletions
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 */ |