ELinks 0.16.1.1
globhist.h File Reference
#include "main/object.h"
#include "util/lists.h"
#include "util/time.h"
Include dependency graph for globhist.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  global_history_item

Functions

void delete_global_history_item (struct global_history_item *)
struct global_history_itemget_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

Function Documentation

◆ add_global_history_item()

void add_global_history_item ( char * url,
char * title,
time_t vtime )

◆ delete_global_history_item()

void delete_global_history_item ( struct global_history_item * history_item)

◆ get_global_history_item()

struct global_history_item * get_global_history_item ( char * url)

◆ globhist_simple_search()

int globhist_simple_search ( char * search_url,
char * search_title )

Variable Documentation

◆ gh_last_searched_title

char* gh_last_searched_title
extern

◆ gh_last_searched_url

char* gh_last_searched_url
extern

◆ global_history

struct input_history global_history
extern

◆ global_history_module

struct module global_history_module
extern