X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fimap%2Fimap_tools.h;fp=citadel%2Fmodules%2Fimap%2Fimap_tools.h;h=e5b785088820b8c79822d8131c3d8118224dacf9;hp=52afbacbc482a261b9d8c6dd7bccb361cd5e75f3;hb=1df716eddbca297ce382f34b26fc70816643f9d9;hpb=5c7d64b6f129255600d8520ea015b830ea3c52ad diff --git a/citadel/modules/imap/imap_tools.h b/citadel/modules/imap/imap_tools.h index 52afbacbc..e5b785088 100644 --- a/citadel/modules/imap/imap_tools.h +++ b/citadel/modules/imap/imap_tools.h @@ -34,9 +34,6 @@ int imap_mailbox_matches_pattern(const char *pattern, char *mailboxname); int imap_datecmp(const char *datestr, time_t msgtime); - - - /* Imap Append Printf, send to the outbuffer */ void IAPrintf(const char *Format, ...); @@ -57,9 +54,4 @@ void IPutStr(const char *Msg, long Len); #define IPutCStr(_ConstStr) IPutStr(CKEY(_ConstStr)) #define IPutCParamStr(n) IPutStr(CKEY(Params[n])) -/* -void plain_imap_strout(char *buf) -void imap_strout(ConstStr *args) -*/ - - +void IUnbuffer (void);