]> code.citadel.org Git - citadel.git/blobdiff - citadel/imap_tools.h
* casting int to char* doesn't work out on 64 bit architectures
[citadel.git] / citadel / imap_tools.h
index c0c322e94ce4739b1eacd13edc83606805102a91..78e2f5afdd58a573bb2ad5e46ec362aa99c342e3 100644 (file)
@@ -35,6 +35,11 @@ void TokenCutRight(citimap_command *Cmd,
 void TokenCutLeft(citimap_command *Cmd, 
                  ConstStr *CutMe,
                  int n);
+void MakeStringOf(StrBuf *Buf, int skip);
+
+int CmdAdjust(citimap_command *Cmd, 
+             int nArgs,
+             int Realloc);
 
 
 void imap_strout(ConstStr *args);
@@ -45,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);
 
 /*