1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/ecmascript/spidermonkey/unibar.h

12 lines
261 B
C
Raw Normal View History

#ifndef EL__ECMASCRIPT_SPIDERMONKEY_UNIBAR_H
#define EL__ECMASCRIPT_SPIDERMONKEY_UNIBAR_H
#include "ecmascript/spidermonkey/util.h"
extern const JSClass menubar_class;
extern const JSClass statusbar_class;
extern const JSPropertySpec unibar_props[];
#endif