This matches the prototype changes made in commit 6f3460e6.

Signed-off-by: James Cloos <cl...@jhcloos.com>
---
 sortmodule.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sortmodule.h b/sortmodule.h
index cb0d91d..f1b87cd 100644
--- a/sortmodule.h
+++ b/sortmodule.h
@@ -12,7 +12,7 @@
 /* Prototypes must match with those in sort.h
  * and in the sorting drivers. */
 typedef struct {
-       sort_result_t *(* process)(u64_t user_idnr, struct DbmailMessage 
*message);
+       sort_result_t *(* process)(u64_t user_idnr, struct DbmailMessage 
*message, const char *mailbox);
        sort_result_t *(* validate)(u64_t user_idnr, char *scriptname);
        void (* free_result)(sort_result_t *result);
        const char *(* listextensions)(void);
-- 
1.7.1

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to