summaryrefslogtreecommitdiffstats
path: root/runtime/sigprov.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/sigprov.h')
-rw-r--r--runtime/sigprov.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/sigprov.h b/runtime/sigprov.h
index 0154a1f4..5abfb390 100644
--- a/runtime/sigprov.h
+++ b/runtime/sigprov.h
@@ -27,6 +27,7 @@
/* interface */
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);