summaryrefslogtreecommitdiffstats
path: root/runtime/sigprov.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/sigprov.h')
-rw-r--r--runtime/sigprov.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/sigprov.h b/runtime/sigprov.h
index f0eb9350..0154a1f4 100644
--- a/runtime/sigprov.h
+++ b/runtime/sigprov.h
@@ -27,7 +27,10 @@
/* interface */
BEGINinterface(sigprov) /* name must also be changed in ENDinterface macro! */
rsRetVal (*Construct)(void *ppThis);
- rsRetVal (*Destruct)(void **ppThis);
+ rsRetVal (*Destruct)(void *ppThis);
+ rsRetVal (*OnFileOpen)(void *pThis, uchar *fn);
+ rsRetVal (*OnRecordWrite)(void *pThis, uchar *rec, rs_size_t lenRec);
+ rsRetVal (*OnFileClose)(void *pThis);
ENDinterface(sigprov)
#define sigprovCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */
#endif /* #ifndef INCLUDED_SIGPROV_H */