* casting int to char* doesn't work out on 64 bit architectures
[citadel.git] / citadel / imap_tools.h
index 1db052be13b0d7e1a05e3f40132724cee01e3518..78e2f5afdd58a573bb2ad5e46ec362aa99c342e3 100644 (file)
@@ -50,7 +50,7 @@ void imap_mailboxname(char *buf, int bufsize, struct ctdlroom *qrbuf);
 void imap_ial_out(struct internet_address_list *ialist);
 int imap_roomname(char *buf, int bufsize, const char *foldername);
 int imap_is_message_set(const char *);
-int imap_mailbox_matches_pattern(char *pattern, char *mailboxname);
+int imap_mailbox_matches_pattern(const char *pattern, char *mailboxname);
 int imap_datecmp(const char *datestr, time_t msgtime);
 
 /*