summaryrefslogtreecommitdiffstats
path: root/module-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'module-template.h')
-rw-r--r--module-template.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/module-template.h b/module-template.h
index 4bce7f8d..a9535428 100644
--- a/module-template.h
+++ b/module-template.h
@@ -373,7 +373,10 @@ static rsRetVal queryEtryPt(uchar *name, rsRetVal (**pEtryPoint)())\
* differences) is needed.
*/
#define CODEqueryEtryPt_STD_IMOD_QUERIES \
- CODEqueryEtryPt_STD_MOD_QUERIES
+ CODEqueryEtryPt_STD_MOD_QUERIES \
+ else if(!strcmp((char*) name, "runInput")) {\
+ *pEtryPoint = runInput;\
+ }
/* modInit()
* This has an extra parameter, which is the specific name of the modInit