summaryrefslogtreecommitdiff
path: root/target/ifarp.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-06 07:40:42 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-06 07:40:42 +0100
commitc6739b6427261ac2682a9fca3b23c98df0dc9f60 (patch)
treea90193f98739ad96e6ae676409022bd15a648aae /target/ifarp.h
parentc6267b450e6858fdff4360104b362d9da2e1806d (diff)
New upstream release
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 */