]> code.citadel.org Git - citadel.git/blobdiff - citadel/imap_tools.h
Began removing $Id$ tags. This will be an ongoing process.
[citadel.git] / citadel / imap_tools.h
index 1db052be13b0d7e1a05e3f40132724cee01e3518..8c64aba24172168e7246faed551e42ab202be759 100644 (file)
@@ -1,8 +1,3 @@
-/*
- * $Id$
- *
- */
-
 /*
  * FDELIM defines which character we want to use as a folder delimiter
  * in room names.  Originally we used a forward slash, but that caused
@@ -50,7 +45,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);
 
 /*