1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/scripting/smjs/globhist.h
Miciah Dashiel Butler Masters 6ab4eee456 SMJS: Introduce elinks.globhist.
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.
2006-05-03 13:52:58 +00:00

7 lines
126 B
C

#ifndef EL__SCRIPTING_SMJS_GLOBHIST_H
#define EL__SCRIPTING_SMJS_GLOBHIST_H
void smjs_init_globhist_interface(void);
#endif