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

Move smjs_elinks_object to elinks_object.h.

This commit is contained in:
Miciah Dashiel Butler Masters 2005-12-24 03:48:57 +00:00 committed by Miciah Dashiel Butler Masters
parent 8743ec74d8
commit 9b645f9b66
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -3,6 +3,8 @@
#include "ecmascript/spidermonkey/util.h"
extern JSObject *smjs_elinks_object;
/* Initialise elinks_object. */
void smjs_init_elinks_object(void);