diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 15:40:01 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 15:40:01 +0000 |
commit | 4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f (patch) | |
tree | 83b2a87e0987ea0363cb0272e4510fce493ad1d0 /template.h | |
parent | 66214d45c76220ceb2d76ff1881baf79bee147a3 (diff) | |
download | rsyslog-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: */ |