diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:54:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:54:32 +0000 |
commit | ab42b8cfd86a186447528e538ec0ae94751cfc1d (patch) | |
tree | 4fa03c118292ab8801a30fc83e53a1958426b54c /runtime/netstrms.h | |
parent | Adding upstream version 8.2404.0. (diff) | |
download | rsyslog-ab42b8cfd86a186447528e538ec0ae94751cfc1d.tar.xz rsyslog-ab42b8cfd86a186447528e538ec0ae94751cfc1d.zip |
Adding upstream version 8.2406.0.upstream/8.2406.0upstream
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! */ |