aboutsummaryrefslogtreecommitdiff
path: root/src/math/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/types.h')
-rw-r--r--src/math/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/types.h b/src/math/types.h
index 43ee7cf..38dadbe 100644
--- a/src/math/types.h
+++ b/src/math/types.h
@@ -58,6 +58,6 @@ typedef int (*gen_t)(curve_t *, config_t *, arg_t *);
* @param args
* @return
*/
-int gen_skip(curve_t *curve, config_t *config, arg_t *args);
+int gen_skip(curve_t *curve, config_t *cfg, arg_t *args);
#endif // ECGEN_TYPES_H