summaryrefslogtreecommitdiffstats
path: root/runtime/netstrms.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/netstrms.h')
-rw-r--r--runtime/netstrms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/netstrms.h b/runtime/netstrms.h
index 8faccca7..1d1cc892 100644
--- a/runtime/netstrms.h
+++ b/runtime/netstrms.h
@@ -42,6 +42,7 @@ BEGINinterface(netstrms) /* name must also be changed in ENDinterface macro! */
rsRetVal (*ConstructFinalize)(netstrms_t *pThis);
rsRetVal (*Destruct)(netstrms_t **ppThis);
rsRetVal (*CreateStrm)(netstrms_t *pThis, netstrm_t **ppStrm);
+ rsRetVal (*SetDrvrName)(netstrms_t *pThis, uchar *pszName);
rsRetVal (*SetDrvrMode)(netstrms_t *pThis, int iMode);
int (*GetDrvrMode)(netstrms_t *pThis);
ENDinterface(netstrms)