removed the --no-table option

This commit is contained in:
cozis
2022-05-08 01:26:31 +02:00
parent 124814f763
commit 79ecfad232
4 changed files with 47 additions and 91 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
char *c2html(const char *str, long len, _Bool table_mode,
const char *class_prefix, const char **error);
char *c2html(const char *str, long len,
const char *prefix, const char **error);