diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-05 11:55:02 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-05 11:55:02 +0100 |
commit | 3a68c5cda88336af1fde3755180f4e293735da5d (patch) | |
tree | df3d3e82a9ecc1dd3725abe428dc32c7d0146069 /runtime/librsgt.c | |
parent | 6867887a424d86fccce3a54ae81da2c1d7f7656f (diff) | |
download | rsyslog-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.c | 3 |
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)); |