Skip to content
Snippets Groups Projects
Commit 8b494f2d authored by rswindell's avatar rswindell
Browse files

Renamed js_CreateTerminalObject to CreateConsoleObject

parent 9c55f38b
No related branches found
No related tags found
No related merge requests found
......@@ -787,8 +787,8 @@ extern "C" {
/* fileobj.c */
DLLEXPORT JSObject* DLLCALL js_CreateFileAreaObject(scfg_t* cfg, JSContext* cx, JSObject* parent
,user_t* user, char* html_index_file);
/* termobj.cpp */
JSObject* js_CreateTerminalObject(JSContext* cx, JSObject* parent);
/* conobj.cpp */
JSObject* js_CreateConsoleObject(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