From 8babf8b26e23ffdd8094c810295061effde153dd Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 23 Nov 2020 22:19:54 +0100 Subject: Fixed some XML/HTML parsing bugs --- libtxt/inc/html.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libtxt/inc/html.h (limited to 'libtxt/inc/html.h') diff --git a/libtxt/inc/html.h b/libtxt/inc/html.h new file mode 100644 index 0000000..dd2b59f --- /dev/null +++ b/libtxt/inc/html.h @@ -0,0 +1,9 @@ +// MIT License, Copyright (c) 2020 Marvin Borner +// HTML parsing is mainly based on the XML parser + +#ifndef HTML_H +#define HTML_H + +int html_self_closing(const char *tag); + +#endif -- cgit v1.2.3