pgen: Declare steppers and so on as being `pgen_proc's.
[u/mdw/catacomb] / limlee.h
index 9c7b357..6ccb8a4 100644 (file)
--- a/limlee.h
+++ b/limlee.h
@@ -95,7 +95,7 @@ typedef struct limlee_primeops {
 
 /*----- The Lim-Lee stepper function --------------------------------------*/
 
-extern int limlee_step(int /*rq*/, pgen_event */*ev*/, void */*p*/);
+extern pgen_proc limlee_step;
 
 /*----- Functions provided ------------------------------------------------*/