diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-15 10:33:47 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-15 10:33:47 +0000 |
commit | caf76db7c08183bc23167687702cb8652c254337 (patch) | |
tree | 281794d7358fa1c53ee11a104a67f600fbb00ff9 /template.c | |
parent | f820d0ac236f6953e7bd5d115775a8751837ef4f (diff) | |
download | rsyslog-caf76db7c08183bc23167687702cb8652c254337.tar.gz rsyslog-caf76db7c08183bc23167687702cb8652c254337.tar.xz rsyslog-caf76db7c08183bc23167687702cb8652c254337.zip |
prepared for new parse object; now removed allmost all liblogging borrowed
code
Diffstat (limited to 'template.c')
-rw-r--r-- | template.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ #include <string.h> #include <ctype.h> #include <assert.h> -#include "liblogging-stub.h" +#include "rsyslog.h" #include "stringbuf.h" #include "template.h" #include "syslogd.h" |