X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmsgbase.h;fp=citadel%2Fmsgbase.h;h=e9f8a3f84313682041e2a6696038c5834bf15742;hp=c051f490e31f63ef53494853962a32a2fe7cc84c;hb=66f09fdd7c3f58e13ed01431dd5148302327ca6e;hpb=6033cfa796415a09ad28f112963cc9f686801e05 diff --git a/citadel/msgbase.h b/citadel/msgbase.h index c051f490e..e9f8a3f84 100644 --- a/citadel/msgbase.h +++ b/citadel/msgbase.h @@ -129,7 +129,10 @@ void flood_protect_quickie_message(const char *from, const char *subject, int nCriterions, const char **CritStr, - long *CritStrLen); + long *CritStrLen, + long ccid, + long ioid, + time_t NOW); void cmd_ent0 (char *entargs); void cmd_dele (char *delstr);