1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/ecmascript/mujs/history.h

11 lines
215 B
C
Raw Normal View History

2022-08-07 10:44:09 -04:00
#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