Skip to content
Snippets Groups Projects
Commit 15c154b5 authored by rswindell's avatar rswindell
Browse files

Created prototype for js_CreateBbsObject.

parent 8366abea
No related branches found
No related tags found
No related merge requests found
......@@ -782,11 +782,14 @@ extern "C" {
/* js_file_area.c */
DLLEXPORT JSObject* DLLCALL js_CreateFileAreaObject(scfg_t* cfg, JSContext* cx, JSObject* parent
,user_t* user, char* html_index_file);
/* js_socket.c */
DLLEXPORT JSObject* DLLCALL js_CreateSocketClass(JSContext* cx, JSObject* parent);
/* js_console.cpp */
JSObject* js_CreateConsoleObject(JSContext* cx, JSObject* parent);
/* js_socket.c */
JSObject* DLLCALL js_CreateSocketClass(JSContext* cx, JSObject* parent);
/* js_bbs.cpp */
JSObject* js_CreateBbsObject(JSContext* cx, JSObject* parent);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment