* rework imap tokenizer, we no longer copy the stuff around, we keep a reference...
[citadel.git] / citadel / modules / imap / imap_list.h
index e65d855dee7f9882ea174b2a20e855b80f597ef4..b780c7e0f1580a252e6c199011a19d360b402d42 100644 (file)
@@ -8,4 +8,4 @@
  */
 #define MAX_PATTERNS 20
 
-void imap_list(int num_parms, char *parms[]);
+void imap_list(int num_parms, ConstStr *Params);