X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=8d919464dc239841234e448fcea3d70712fc01c5;hb=0af85763b23dfbefdc9faee3b62651046084ae22;hp=3bd09471e32818038b483e883f075281aefb016f;hpb=35f9e6feddac7af888f49a86c7c44d6bbc9cda36;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 3bd09471e..8d919464d 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -662,7 +662,7 @@ void embed_main_menu(void); void do_addrbook_view(addrbookent *addrbook, int num_ab); void fetch_ab_name(message_summary *Msg, char **namebuf); -void display_vcard(StrBuf *Target, StrBuf *vcard_source, char alpha, int full, char **storename, long msgnum); +void display_vcard(StrBuf *Target, wc_mime_attachment *Mime, char alpha, int full, char **storename, long msgnum); void jsonMessageList(void); void new_summary_view(void); void getseen(void); @@ -726,7 +726,6 @@ void folders(void); -void display_addressbook(long msgnum, char alpha); void offer_start_page(StrBuf *Target, WCTemplputParams *TP); void convenience_page(const char *titlebarcolor, const char *titlebarmsg, const char *messagetext); void output_html(const char *, int, int, StrBuf *, StrBuf *);