summaryrefslogtreecommitdiff
path: root/target/ifarp.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/ifarp.h')
-rw-r--r--target/ifarp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/ifarp.h b/target/ifarp.h
index 083411b..ee18840 100644
--- a/target/ifarp.h
+++ b/target/ifarp.h
@@ -59,9 +59,10 @@ struct _ifarp {
}; typedef struct _ifarp ifarp;
/* Constructor */
-extern ifarp *new_ifarp(int di, double ilimit, int npoints,
+extern ifarp *new_ifarp(int verb, int di, double ilimit, int npoints,
fxpos *fxlist, int fxno,
- void (*percept)(void *od, double *out, double *in), void *od);
+ void (*percept)(void *od, double *out, double *in), void *od
+);
#define IFARP_H
#endif /* IFARP_H */