aboutsummaryrefslogtreecommitdiff
path: root/src/html.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-14 06:55:18 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-14 06:55:18 +0200
commit94c45e3c4d185b3f0d70f0d2d761b72c6561e1b5 (patch)
tree7c3c06987f82f726422bda9e5de86172f60c3065 /src/html.h
parenta15d7ad07a5865f2f51e85d5e4e049922c50deec (diff)
Implement add_html
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/html.h b/src/html.h
new file mode 100644
index 0000000..02c0f7b
--- /dev/null
+++ b/src/html.h
@@ -0,0 +1,6 @@
+#ifndef HTML_H
+#define HTML_H
+
+int add_html(const char *name, const char *url, char *html_config_dir, char *program_dir, const char *start_after);
+
+#endif