summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/gui_search_web_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/kolibrios/gui_search_web_table.h')
-rw-r--r--frontends/kolibrios/gui_search_web_table.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontends/kolibrios/gui_search_web_table.h b/frontends/kolibrios/gui_search_web_table.h
new file mode 100644
index 000000000..1ef3206b3
--- /dev/null
+++ b/frontends/kolibrios/gui_search_web_table.h
@@ -0,0 +1,11 @@
+/* ------------------------------ */
+/* Part about GUI SEARCH WEB TABLE. Will contain all functions required as well. */
+/* ------------------------------ */
+nserror kolibri_search_provider_update(const char *provider_name, struct bitmap *ico_bitmap)
+{
+
+}
+
+struct gui_search_web_table kolibri_search_web_table = {
+ .provider_update = kolibri_search_provider_update
+};