You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
370 B
12 lines
370 B
/* ------------------------------ */
|
|
/* 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
|
|
};
|