1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-01 02:05:33 +00:00
elinks/src/ecmascript/mujs/history.h
2023-04-12 17:37:14 +02:00

17 lines
208 B
C

#ifndef EL__ECMASCRIPT_MUJS_HISTORY_H
#define EL__ECMASCRIPT_MUJS_HISTORY_H
#include <mujs.h>
#ifdef __cplusplus
extern "C" {
#endif
int mjs_history_init(js_State *J);
#ifdef __cplusplus
}
#endif
#endif