diff options
Diffstat (limited to '')
-rw-r--r-- | runtime/nsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/nsd.h b/runtime/nsd.h index 03df7d2..b9501b4 100644 --- a/runtime/nsd.h +++ b/runtime/nsd.h @@ -100,6 +100,7 @@ BEGINinterface(nsd) /* name must also be changed in ENDinterface macro! */ /* v16 - Tls CRL */ rsRetVal (*SetTlsCRLFile)(nsd_t *pThis, const uchar *); + ENDinterface(nsd) #define nsdCURR_IF_VERSION 16 /* increment whenever you change the interface structure! */ /* interface version 4 added GetRemAddr() |