diff options
Diffstat (limited to 'src/math/types.c')
| -rw-r--r-- | src/math/types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/types.c b/src/math/types.c index 431c9c2..49d8620 100644 --- a/src/math/types.c +++ b/src/math/types.c @@ -4,4 +4,4 @@ */ #include "types.h" -int gen_skip(curve_t *curve, config_t *cfg, arg_t *args) { return 1; } +int gen_skip(curve_t *curve, const config_t *cfg, arg_t *args) { return 1; } |
