1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00
elinks/src/ecmascript/mujs/history.h

17 lines
208 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>
2023-04-12 11:37:14 -04:00
#ifdef __cplusplus
extern "C" {
#endif
2022-08-07 15:16:45 -04:00
int mjs_history_init(js_State *J);
2022-08-07 10:44:09 -04:00
2023-04-12 11:37:14 -04:00
#ifdef __cplusplus
}
#endif
2022-08-07 10:44:09 -04:00
#endif