aboutsummaryrefslogtreecommitdiff
path: root/libtxt/inc/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtxt/inc/html.h')
-rw-r--r--libtxt/inc/html.h9
1 files changed, 9 insertions, 0 deletions
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