mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
6ab4eee456
Items can be accessed via elinks.globhist["http://www.foo.net/"]. The resulting object has title, url, and last_visit properties. last_visit is the seconds since the epoch. See comments in the code for why I don't provide a nicer interface for last_visit.
7 lines
126 B
C
7 lines
126 B
C
#ifndef EL__SCRIPTING_SMJS_GLOBHIST_H
|
|
#define EL__SCRIPTING_SMJS_GLOBHIST_H
|
|
|
|
void smjs_init_globhist_interface(void);
|
|
|
|
#endif
|