NetSurf
Functions
urlhistory.h File Reference

Go to the source code of this file.

Functions

void URLHistory_Init (void)
 
void URLHistory_Free (void)
 
struct List * URLHistory_GetList (void)
 
void URLHistory_ClearList (void)
 
struct Node * URLHistory_FindPage (const char *urlString)
 
void URLHistory_AddPage (const char *urlString)
 

Function Documentation

◆ URLHistory_AddPage()

void URLHistory_AddPage ( const char *  urlString)

◆ URLHistory_ClearList()

void URLHistory_ClearList ( void  )

◆ URLHistory_FindPage()

struct Node * URLHistory_FindPage ( const char *  urlString)

◆ URLHistory_Free()

void URLHistory_Free ( void  )

◆ URLHistory_GetList()

struct List * URLHistory_GetList ( void  )

Referenced by gui_window_create().

Here is the caller graph for this function:

◆ URLHistory_Init()

void URLHistory_Init ( void  )