mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
25dd2ecae9
Was not tested, especially smjs is likely buggy.
12 lines
243 B
C
12 lines
243 B
C
|
|
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_UNIBAR_H
|
|
#define EL__ECMASCRIPT_SPIDERMONKEY_UNIBAR_H
|
|
|
|
#include "ecmascript/spidermonkey/util.h"
|
|
|
|
extern JSClass menubar_class;
|
|
extern JSClass statusbar_class;
|
|
extern JSPropertySpec unibar_props[];
|
|
|
|
#endif
|