summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-07-06 19:28:13 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-07-06 19:28:13 +0200
commit3017f704d92190967815066ae686354fd5bf4edc (patch)
treeb3c14a2d57bc3f696dea72b233e6ceb65cec7316 /src/main.c
parent0.0.22 (diff)
downloadsear.c-3017f704d92190967815066ae686354fd5bf4edc.tar
sear.c-3017f704d92190967815066ae686354fd5bf4edc.tar.gz
sear.c-3017f704d92190967815066ae686354fd5bf4edc.tar.bz2
sear.c-3017f704d92190967815066ae686354fd5bf4edc.tar.lz
sear.c-3017f704d92190967815066ae686354fd5bf4edc.tar.xz
sear.c-3017f704d92190967815066ae686354fd5bf4edc.tar.zst
sear.c-3017f704d92190967815066ae686354fd5bf4edc.zip
Diffstat (limited to '')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index e03b0c2..5a30742 100644
--- a/src/main.c
+++ b/src/main.c
@@ -61,6 +61,9 @@ char sc_osdd[] = { /* xml document for opensearch */
char sc_css[] = { /* css */
#include <css.xxd>
};
+unsigned char sc_ico[] = {
+#include <ico.xxd>
+};
char sc_robotstxt[] = "User-Agent: *\nDisallow: /\n";
char sc_securitytxt[] = "# This content information is provided by the developer of this opensource application.\n"
"# The developer is not responsible for the actions of his software\n"