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, 2 insertions, 3 deletions
diff --git a/target/ifarp.h b/target/ifarp.h
index ee18840..083411b 100644
--- a/target/ifarp.h
+++ b/target/ifarp.h
@@ -59,10 +59,9 @@ struct _ifarp {
}; typedef struct _ifarp ifarp;
/* Constructor */
-extern ifarp *new_ifarp(int verb, int di, double ilimit, int npoints,
+extern ifarp *new_ifarp(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 */