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.h | |
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.h')
-rw-r--r-- | runtime/librsgt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/librsgt.h b/runtime/librsgt.h index bc20194f..bfcc4628 100644 --- a/runtime/librsgt.h +++ b/runtime/librsgt.h @@ -358,6 +358,8 @@ void rsgtCtxDel(gtctx ctx); void sigblkInit(gtfile gf); int sigblkAddRecord(gtfile gf, const unsigned char *rec, const size_t len); int sigblkFinish(gtfile gf); +imprint_t * rsgtImprintFromGTDataHash(GTDataHash *hash); +void rsgtimprintDel(imprint_t *imp); /* reader functions */ int rsgt_tlvrdHeader(FILE *fp, unsigned char *hdr); int rsgt_tlvrd(FILE *fp, tlvrecord_t *rec, void *obj); |