X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=15b7318e5151fbe1aeed4eefc83f551ad3b688fa;hb=8a38099b09f3080925ce7c4a62a016d6884f31bf;hp=8074087b12025cfb472a0ea36b20da92733b2911;hpb=fa016a0b9e93e5b1a3556df520bc50359fbcfc1e;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 8074087b1..15b7318e5 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -783,7 +783,7 @@ void dump_vars(void); void embed_main_menu(void); void serv_read(char *buf, int bytes); void readloop(char *oper); -void read_message(StrBuf *Target, const char *tmpl, long tmpllen, long msgnum, int printable_view, const char *section); +void read_message(StrBuf *Target, const char *tmpl, long tmpllen, long msgnum, int printable_view, const StrBuf *section); void do_addrbook_view(addrbookent *addrbook, int num_ab); void display_vcard(StrBuf *Target, const char *vcard_source, char alpha, int full, char *storename, long msgnum); void text_to_server(char *ptr);