diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-26 17:27:10 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-26 17:27:10 +0100 |
commit | 3a03b9b9213b9cd76b32a5d13f92bd228453322f (patch) | |
tree | 5cd8effc15791be810cace03845824a128878ee3 /runtime/librsgt.c | |
parent | 113c5e20ca6bc0fab6c77c7a4d5d5b2362817b26 (diff) | |
download | rsyslog-3a03b9b9213b9cd76b32a5d13f92bd228453322f.tar.gz rsyslog-3a03b9b9213b9cd76b32a5d13f92bd228453322f.tar.bz2 rsyslog-3a03b9b9213b9cd76b32a5d13f92bd228453322f.zip |
logsig: needed to refactor parts of the reader as well
the previous refactoring broke that code
Diffstat (limited to 'runtime/librsgt.c')
-rw-r--r-- | runtime/librsgt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/librsgt.c b/runtime/librsgt.c index f947dc19..afafe2f2 100644 --- a/runtime/librsgt.c +++ b/runtime/librsgt.c @@ -87,7 +87,7 @@ rsgtsetErrFunc(gtctx ctx, void (*func)(void*, uchar *), void *usrptr) ctx->errFunc = func; } -static imprint_t * +imprint_t * rsgtImprintFromGTDataHash(GTDataHash *hash) { imprint_t *imp; @@ -104,7 +104,7 @@ rsgtImprintFromGTDataHash(GTDataHash *hash) done: return imp; } -static void +void rsgtimprintDel(imprint_t *imp) { if(imp != NULL) { |