X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/191f16d5ddd637907ec076b11344512d1887a03a..ab6ce636633a45ab3b1046150b30aee43eca8d42:/dsa.h diff --git a/dsa.h b/dsa.h index 95bd156..48ed07d 100644 --- a/dsa.h +++ b/dsa.h @@ -130,7 +130,7 @@ typedef struct dsa_stepctx { * divisibility by small primes. */ -extern int dsa_step(int /*rq*/, pgen_event */*ev*/, void */*p*/); +extern pgen_proc dsa_step; /*----- Functions provided ------------------------------------------------*/