Define access to a custom search routine.
This hook allows a module to define permissions for a search tab.
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_search_access() {
return user_access('access content');
}