summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-20 15:40:01 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-20 15:40:01 +0000
commit4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f (patch)
tree83b2a87e0987ea0363cb0272e4510fce493ad1d0 /template.h
parent66214d45c76220ceb2d76ff1881baf79bee147a3 (diff)
downloadrsyslog-4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f.tar.gz
rsyslog-4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f.tar.xz
rsyslog-4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f.zip
moved part of the shell action to its own module
Diffstat (limited to 'template.h')
-rw-r--r--template.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/template.h b/template.h
index 6ff5c17a..3667173b 100644
--- a/template.h
+++ b/template.h
@@ -4,6 +4,9 @@
* begun 2004-11-17 rgerhards
*/
+#ifndef TEMPLATE_H_INCLUDED
+#define TEMPLATE_H_INCLUDED 1
+
#ifdef FEATURE_REGEXP
/* Include regular expressions */
#include <regex.h>
@@ -71,6 +74,7 @@ void tplDeleteNew(void);
void tplPrintList(void);
void tplLastStaticInit(struct template *tpl);
+#endif /* #ifndef TEMPLATE_H_INCLUDED */
/*
* vi:set ai:
*/