X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=953b798fbca373e98e6782e9e403c8f983141f5a;hb=1cccb1b244f4798c7cbd09cfe2be7c0fc722c0cc;hp=c2592974bda834a75bc2d3ce53df87e1aaf18603;hpb=2dc3bd8889b4a97d416c99aec9c2b086da06c2d7;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index c2592974b..953b798fb 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -481,7 +481,7 @@ void read_message(long msgnum, int printable_view, char *section); void embed_message(char *msgnum_as_string); void print_message(char *msgnum_as_string); void display_headers(char *msgnum_as_string); -void text_to_server(char *ptr, int convert_to_html); +void text_to_server(char *ptr); void display_enter(void); void post_message(void); void confirm_delete_msg(void);