Skip to content
Snippets Groups Projects
Commit 0202bc15 authored by rswindell's avatar rswindell
Browse files

Added CreateUserObject().

parent a8797591
No related branches found
No related tags found
No related merge requests found
......@@ -766,8 +766,13 @@ extern "C" {
#ifdef JAVASCRIPT
/* sysobj.c */
DLLEXPORT JSObject* DLLCALL CreateSystemObject(scfg_t* cfg, JSContext* cx, JSObject* parent);
/* userobj.c */
DLLEXPORT JSObject* DLLCALL CreateUserObject(scfg_t* cfg, JSContext* cx, JSObject* parent
,char* name, user_t* user);
#endif
#ifdef SBBS /* These aren't exported */
......
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