summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-18 14:25:29 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-18 14:25:29 +0200
commitfd6c3bc36a5a32f873299f7ae2dfc184e6e3c658 (patch)
treee3e76df0c60fc609959bb5ad958304681b8b9a1b /runtime/rsyslog.h
parent20480349def97f33d25c085fbaaef063603b87d1 (diff)
downloadrsyslog-fd6c3bc36a5a32f873299f7ae2dfc184e6e3c658.tar.gz
rsyslog-fd6c3bc36a5a32f873299f7ae2dfc184e6e3c658.tar.xz
rsyslog-fd6c3bc36a5a32f873299f7ae2dfc184e6e3c658.zip
set stage for TLS client implementation
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index f7824006..ad2a543a 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -66,6 +66,9 @@ typedef struct filed selector_t;/* TODO: this so far resides in syslogd.c, think
typedef struct NetAddr netAddr_t;
typedef struct netstrm_s netstrm_t;
typedef struct nsd_ptcp_s nsd_ptcp_t;
+typedef struct nsd_gtls_s nsd_gtls_t;
+typedef struct nsd_gsspi_s nsd_gsspi_t;
+typedef struct nsd_nss_s nsd_nss_t;
typedef obj_t nsd_t;
typedef struct msg msg_t;
typedef struct interface_s interface_t;