X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fimap_tools.h;h=1db052be13b0d7e1a05e3f40132724cee01e3518;hb=9f3b914e91665cb14de25b5c80658c184f374b70;hp=c0c322e94ce4739b1eacd13edc83606805102a91;hpb=d071894ceddc5d81693c70da424066c3db1628e8;p=citadel.git diff --git a/citadel/imap_tools.h b/citadel/imap_tools.h index c0c322e94..1db052be1 100644 --- a/citadel/imap_tools.h +++ b/citadel/imap_tools.h @@ -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);