diff options
| author | J08nY | 2017-03-09 13:18:15 +0100 |
|---|---|---|
| committer | J08nY | 2017-03-09 13:18:15 +0100 |
| commit | 8c65683537ea57a435a2f987f540bcc2ec5db678 (patch) | |
| tree | 18d6e8893c885d98392d9a4cc9a9d98e67003f18 /src/math/types.h | |
| parent | 7eff89c0095da4246a7b9c5a6654dc0d7692325e (diff) | |
| download | ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.tar.gz ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.tar.zst ecgen-8c65683537ea57a435a2f987f540bcc2ec5db678.zip | |
Diffstat (limited to 'src/math/types.h')
| -rw-r--r-- | src/math/types.h | 2 |
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 |
