From 3a03b9b9213b9cd76b32a5d13f92bd228453322f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 26 Mar 2013 17:27:10 +0100 Subject: logsig: needed to refactor parts of the reader as well the previous refactoring broke that code --- runtime/librsgt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/librsgt.c') 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) { -- cgit v1.2.3