mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
10 lines
179 B
C
10 lines
179 B
C
#ifndef EL__ECMASCRIPT_MUJS_LOCATION_H
|
|
#define EL__ECMASCRIPT_MUJS_LOCATION_H
|
|
|
|
#include <mujs.h>
|
|
|
|
int mjs_location_init(js_State *J);
|
|
void mjs_push_location(js_State *J);
|
|
|
|
#endif
|