summaryrefslogtreecommitdiffstats
path: root/runtime/librsgt.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-05 11:55:02 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-05 11:55:02 +0100
commit3a68c5cda88336af1fde3755180f4e293735da5d (patch)
treedf3d3e82a9ecc1dd3725abe428dc32c7d0146069 /runtime/librsgt.c
parent6867887a424d86fccce3a54ae81da2c1d7f7656f (diff)
downloadrsyslog-3a68c5cda88336af1fde3755180f4e293735da5d.tar.gz
rsyslog-3a68c5cda88336af1fde3755180f4e293735da5d.tar.bz2
rsyslog-3a68c5cda88336af1fde3755180f4e293735da5d.zip
logsig: build base plumbing for signature multi-provider interface
Diffstat (limited to 'runtime/librsgt.c')
-rw-r--r--runtime/librsgt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/librsgt.c b/runtime/librsgt.c
index 89a82f41..68e0f6d4 100644
--- a/runtime/librsgt.c
+++ b/runtime/librsgt.c
@@ -45,7 +45,6 @@
#include <stdint.h>
#include <assert.h>
-#include <gt_base.h>
#include <gt_http.h>
#include "librsgt.h"
@@ -193,7 +192,7 @@ seedIV(gtctx ctx)
}
gtctx
-rsgtCtxNew(void, char *logfilename)
+rsgtCtxNew(char *logfilename)
{
gtctx ctx;
ctx = calloc(1, sizeof(struct gtctx_s));