]> git.mikk.net Git - liburl/commitdiff
callback needs arguments...
authorchris mikkelson <chris@mikk.net>
Mon, 26 Jan 2009 05:45:42 +0000 (23:45 -0600)
committerchris mikkelson <chris@mikk.net>
Mon, 26 Jan 2009 05:45:42 +0000 (23:45 -0600)
msgproc.h

index 8339a4cae89bf8272731749f95e3b41476871c16..40a10a14d0ad7d5af0092ffdc752c2c51c27f8d0 100644 (file)
--- 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;
 };