summaryrefslogtreecommitdiffstats
path: root/runtime/librsgt.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/librsgt.c')
-rw-r--r--runtime/librsgt.c4
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) {