diff extensions/rt_redirect/rt_redir.h @ 1216:581bbd48524a

Change prototype of rt_out callbacks to allow disposal of messages
author Sebastien Decugis <sdecugis@freediameter.net>
date Wed, 19 Jun 2013 16:03:24 +0200
parents 4a9f08d6b6ba
children f937feb72734
line wrap: on
line diff
--- a/extensions/rt_redirect/rt_redir.h	Wed Jun 19 10:20:47 2013 +0800
+++ b/extensions/rt_redirect/rt_redir.h	Wed Jun 19 16:03:24 2013 +0200
@@ -170,4 +170,4 @@
 int redir_fwd_cb(void * cbdata, struct msg ** msg);
 
 /* Out callback */
-int redir_out_cb(void * cbdata, struct msg * msg, struct fd_list * candidates);
+int redir_out_cb(void * cbdata, struct msg ** pmsg, struct fd_list * candidates);
"Welcome to our mercurial repository"