|
ELinks 0.19.1
|


Data Structures | |
| struct | global_history_item |
Functions | |
| void | delete_global_history_item (struct global_history_item *) |
| struct global_history_item * | get_global_history_item (char *) |
| void | add_global_history_item (char *, char *, time_t) |
| int | globhist_simple_search (char *, char *) |
Variables | |
| struct input_history | global_history |
| char * | gh_last_searched_title |
| char * | gh_last_searched_url |
| struct module | global_history_module |
| void add_global_history_item | ( | char * | url, |
| char * | title, | ||
| time_t | vtime ) |
| void delete_global_history_item | ( | struct global_history_item * | history_item | ) |
| struct global_history_item * get_global_history_item | ( | char * | url | ) |
| int globhist_simple_search | ( | char * | search_url, |
| char * | search_title ) |
|
extern |
|
extern |
|
extern |
|
extern |