std/filters/test: add input link to arrRecord

This commit is contained in:
Michael Davidsaver
2015-03-13 15:24:07 -04:00
parent 40d4d608ed
commit 40cb21df9f
+3
View File
@@ -31,6 +31,9 @@ recordtype(arr) {
special(SPC_NOMOD)
extra("void *bptr")
}
field(INP, DBF_INLINK) {
prompt("Input Link")
}
field(CLBK, DBF_NOACCESS) {
prompt("Processing callback")
special(SPC_NOMOD)