mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
9 lines
178 B
C
9 lines
178 B
C
#ifndef EL__SCRIPTING_SMJS_GLOBAL_OBJECT_H
|
|
#define EL__SCRIPTING_SMJS_GLOBAL_OBJECT_H
|
|
|
|
#include "ecmascript/spidermonkey/util.h"
|
|
|
|
JSObject *smjs_get_global_object(void);
|
|
|
|
#endif
|