summaryrefslogtreecommitdiff
path: root/content/fetchers/httplib_kolibri.h
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-05-02 12:01:38 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-06-10 08:25:29 +0200
commit95cbdd36e355c2d4b0f10b45d1ea172672676e42 (patch)
treec7afc2d59c717540efa404ec5469def007d0b441 /content/fetchers/httplib_kolibri.h
parent9d8b0eae94a77f2099ae873741efa2a6f9b78a57 (diff)
downloadnetsurf-95cbdd36e355c2d4b0f10b45d1ea172672676e42.tar.gz
netsurf-95cbdd36e355c2d4b0f10b45d1ea172672676e42.tar.bz2
Add http kolibrios fetcher
Diffstat (limited to 'content/fetchers/httplib_kolibri.h')
-rw-r--r--content/fetchers/httplib_kolibri.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/fetchers/httplib_kolibri.h b/content/fetchers/httplib_kolibri.h
new file mode 100644
index 000000000..5111a10b4
--- /dev/null
+++ b/content/fetchers/httplib_kolibri.h
@@ -0,0 +1,4 @@
+#include <utils/errors.h>
+#include <content/fetch.h>
+
+nserror fetch_httplib_kolibri_register(void);