summaryrefslogtreecommitdiffstats
path: root/runtime/cryprov.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-04-11 14:49:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-04-11 14:49:06 +0200
commit5f72832b3d6c2acd076b9ebfd3484877fc506ebc (patch)
tree9747c711c12b9659fb039ef1670310f0e76a74b7 /runtime/cryprov.h
parent7ab02dce5c60453c454dd8645a63a5ef33f6a546 (diff)
downloadrsyslog-5f72832b3d6c2acd076b9ebfd3484877fc506ebc.tar.gz
rsyslog-5f72832b3d6c2acd076b9ebfd3484877fc506ebc.tar.bz2
rsyslog-5f72832b3d6c2acd076b9ebfd3484877fc506ebc.zip
logenc: milestone: rsyslog writes .encinfo side files
Diffstat (limited to 'runtime/cryprov.h')
-rw-r--r--runtime/cryprov.h2
1 files changed, 1 insertions, 1 deletions
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);