X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmsgbase.h;fp=citadel%2Fmsgbase.h;h=f33cbb44acabcbd73157c52d17f2b9a5b547a1b6;hp=017942f8d600f52bd001ab7382ee7f6d8ba61fe6;hb=573281fcad13fe840b7f0795ff36be5cfc5b420a;hpb=dadcada1134cba58c3b238feeee2a2c363ad83e0 diff --git a/citadel/msgbase.h b/citadel/msgbase.h index 017942f8d..f33cbb44a 100644 --- a/citadel/msgbase.h +++ b/citadel/msgbase.h @@ -165,7 +165,9 @@ int CtdlOutputMsg(long msg_num, /* message number (local) to fetch */ int do_proto, /* do Citadel protocol responses? */ int crlf, /* 0=LF, 1=CRLF */ char *section, /* output a message/rfc822 section */ - int flags /* should the bessage be exported clean? */ + int flags, /* should the bessage be exported clean? */ + char **Author, /* if you want to know the author of the message... */ + char **Address /* if you want to know the sender address of the message... */ ); /* Flags which may be passed to CtdlOutputMsg() and CtdlOutputPreLoadedMsg() */