From ef9eec55597e17a912991764026a1659c19017e6 Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Sun, 25 Jan 2009 23:45:42 -0600 Subject: [PATCH] callback needs arguments... --- msgproc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgproc.h b/msgproc.h index 8339a4c..40a10a1 100644 --- a/msgproc.h +++ b/msgproc.h @@ -6,7 +6,7 @@ struct msgproc_stage; struct msgproc_base { - void (*callback)(); + void (*callback)(char *, char *); /* URL type, URL text */ void *call_data; struct msgproc_stage *msgproc; }; -- 2.50.1