From 5f72832b3d6c2acd076b9ebfd3484877fc506ebc Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 11 Apr 2013 14:49:06 +0200 Subject: logenc: milestone: rsyslog writes .encinfo side files --- runtime/cryprov.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/cryprov.h') diff --git a/runtime/cryprov.h b/runtime/cryprov.h index c5ee95a0..5b694f46 100644 --- a/runtime/cryprov.h +++ b/runtime/cryprov.h @@ -33,7 +33,7 @@ BEGINinterface(cryprov) /* name must also be changed in ENDinterface macro! */ rsRetVal (*Destruct)(void *ppThis); rsRetVal (*OnFileOpen)(void *pThis, uchar *fn, void *pFileInstData); rsRetVal (*Encrypt)(void *pFileInstData, uchar *buf, size_t *lenBuf); - rsRetVal (*OnFileClose)(void *pFileInstData); + rsRetVal (*OnFileClose)(void *pFileInstData, off64_t offsLogfile); ENDinterface(cryprov) #define cryprovCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */ rsRetVal initCrypt(int gcry_mode, char * iniVector); -- cgit v1.2.3