diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:54:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:54:33 +0000 |
commit | 371920392fe2deba74cfec8d471667f10d7028ed (patch) | |
tree | 3d98f5595bcff4c6dd42754e2bd6cce305d0151d /runtime/netstrms.h | |
parent | Releasing progress-linux version 8.2404.0-2~progress7.99u1. (diff) | |
download | rsyslog-371920392fe2deba74cfec8d471667f10d7028ed.tar.xz rsyslog-371920392fe2deba74cfec8d471667f10d7028ed.zip |
Merging upstream version 8.2406.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'runtime/netstrms.h')
-rw-r--r-- | runtime/netstrms.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/netstrms.h b/runtime/netstrms.h index 203ad22..982a349 100644 --- a/runtime/netstrms.h +++ b/runtime/netstrms.h @@ -82,6 +82,7 @@ BEGINinterface(netstrms) /* name must also be changed in ENDinterface macro! */ /* v3 */ rsRetVal (*SetDrvrTlsCRLFile)(netstrms_t *pThis, const uchar *); const uchar* (*GetDrvrTlsCRLFile)(netstrms_t *pThis); + ENDinterface(netstrms) #define netstrmsCURR_IF_VERSION 3 /* increment whenever you change the interface structure! */ |