X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Flibcitadel.h;h=891941c138ef1d892fb756d52beac5eab24e6fdb;hb=4df5f560d552000f252a0e4dda2026b7a0373f0c;hp=5f50539c275b7629eca53cb6c0627e80765996e4;hpb=8c0cafc4fa850ad2d7a3c2624477bc1b148d995e;p=citadel.git diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 5f50539c2..891941c13 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -1,13 +1,11 @@ -/* - * Header file for libcitadel - * - * Copyright (c) 1987-2022 by the citadel.org team - * +// Header file for libcitadel +// +// Copyright (c) 1987-2022 by the citadel.org team +// // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. - */ -/* protect against double includes */ +// protect against double includes #ifndef LIBCITADEL_H #define LIBCITADEL_H @@ -433,7 +431,7 @@ char *rfc2047encode(const char *line, long length); int is_msg_in_mset(const char *mset, long msgnum); int pattern2(char *search, char *patn); void stripltlen(char *, int *); -char *html_to_ascii(const char *inputmsg, int msglen, int screenwidth); +char *html_to_ascii(const char *inputmsg, int msglen, int screenwidth, int ansi); void LoadEntityList(char *FileName); void utf8ify_rfc822_string(char *buf);