]> code.citadel.org Git - citadel.git/blobdiff - citadel/html.h
* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / html.h
index 2eb4ceba0066fc86f7acb770a52aac11f084f51b..ac53d1f755f41603fe755f9f3ba9452ea49883a7 100644 (file)
@@ -1 +1,6 @@
-char *html_to_ascii(char *inputmsg, int screenwidth);
+/*
+ * $Id$
+ * 
+ */
+
+char *html_to_ascii(char *inputmsg, int screenwidth, int do_citaformat);