summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/gui_search_web_table.h
blob: 1ef3206b3e9f6dfc56e941a35945c85b9d4e789b (plain)
1
2
3
4
5
6
7
8
9
10
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 
};