diff options
Diffstat (limited to 'src/math/curve.h')
| -rw-r--r-- | src/math/curve.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/curve.h b/src/math/curve.h index cc241b4..3da391b 100644 --- a/src/math/curve.h +++ b/src/math/curve.h @@ -22,7 +22,7 @@ * @param args unused * @return state diff */ -int curve_init(curve_t *curve, config_t *config, arg_t *args); +int curve_any(curve_t *curve, config_t *config, arg_t *args); /** * GENERATOR(gen_t) |
