diff options
Diffstat (limited to 'runtime/cryprov.h')
-rw-r--r-- | runtime/cryprov.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/cryprov.h b/runtime/cryprov.h index a940d833..0c3053d4 100644 --- a/runtime/cryprov.h +++ b/runtime/cryprov.h @@ -43,6 +43,7 @@ BEGINinterface(cryprov) /* name must also be changed in ENDinterface macro! */ rsRetVal (*Decrypt)(void *pFileInstData, uchar *buf, size_t *lenBuf); rsRetVal (*OnFileClose)(void *pFileInstData, off64_t offsLogfile); void (*SetDeleteOnClose)(void *pFileInstData, int val); + rsRetVal (*DeleteStateFiles)(uchar *logfn); ENDinterface(cryprov) #define cryprovCURR_IF_VERSION 3 /* increment whenever you change the interface structure! */ #endif /* #ifndef INCLUDED_CRYPROV_H */ |