X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=7ca0b51c83b97889242640a1b648776424df9c58;hb=f923045e1b4d66c66453b2f4f30ebd7f4ed6cef5;hp=b6ac6a3765e1c9ca2a3c75dec5e872b5fda08119;hpb=5937c6f4ddebd391ee5c7e85c6070784274c6f1d;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index b6ac6a376..7ca0b51c8 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -314,3 +314,4 @@ char *safestrncpy(char *dest, const char *src, size_t n); void display_addressbook(long msgnum, char alpha); void offer_start_page(void); void change_start_page(void); +void output_text_html(char *partbuf, int total_length);