mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Move smjs_elinks_object to elinks_object.h.
This commit is contained in:
parent
8743ec74d8
commit
9b645f9b66
@ -8,7 +8,6 @@ struct session;
|
||||
struct string;
|
||||
|
||||
extern JSContext *smjs_ctx;
|
||||
extern JSObject *smjs_elinks_object;
|
||||
extern struct session *smjs_ses;
|
||||
|
||||
void alert_smjs_error(unsigned char *msg);
|
||||
|
@ -3,6 +3,8 @@
|
||||
|
||||
#include "ecmascript/spidermonkey/util.h"
|
||||
|
||||
extern JSObject *smjs_elinks_object;
|
||||
|
||||
/* Initialise elinks_object. */
|
||||
void smjs_init_elinks_object(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user