summaryrefslogtreecommitdiffstats
path: root/runtime/sigprov.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/sigprov.h')
-rw-r--r--runtime/sigprov.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/sigprov.h b/runtime/sigprov.h
index 5abfb390..82587b7d 100644
--- a/runtime/sigprov.h
+++ b/runtime/sigprov.h
@@ -29,9 +29,9 @@ BEGINinterface(sigprov) /* name must also be changed in ENDinterface macro! */
rsRetVal (*Construct)(void *ppThis);
rsRetVal (*SetCnfParam)(void *ppThis, struct nvlst *lst);
rsRetVal (*Destruct)(void *ppThis);
- rsRetVal (*OnFileOpen)(void *pThis, uchar *fn);
- rsRetVal (*OnRecordWrite)(void *pThis, uchar *rec, rs_size_t lenRec);
- rsRetVal (*OnFileClose)(void *pThis);
+ rsRetVal (*OnFileOpen)(void *pThis, uchar *fn, void *pFileInstData);
+ rsRetVal (*OnRecordWrite)(void *pFileInstData, uchar *rec, rs_size_t lenRec);
+ rsRetVal (*OnFileClose)(void *pFileInstData);
ENDinterface(sigprov)
#define sigprovCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */
#endif /* #ifndef INCLUDED_SIGPROV_H */