mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
11 lines
215 B
C
11 lines
215 B
C
|
#ifndef EL__ECMASCRIPT_MUJS_HISTORY_H
|
||
|
#define EL__ECMASCRIPT_MUJS_HISTORY_H
|
||
|
|
||
|
#include <mujs.h>
|
||
|
|
||
|
struct ecmascript_interpreter;
|
||
|
|
||
|
int mjs_history_init(struct ecmascript_interpreter *interpreter, js_State *J);
|
||
|
|
||
|
#endif
|