pgen: Declare steppers and so on as being `pgen_proc's.
[u/mdw/catacomb] / dsa.h
diff --git a/dsa.h b/dsa.h
index 95bd156..48ed07d 100644 (file)
--- 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 ------------------------------------------------*/