Fork me on GitHub
janus_duktape_extra.h
Go to the documentation of this file.
1 
24 #ifndef JANUS_DUKTAPE_EXTRA_H
25 #define JANUS_DUKTAPE_EXTRA_H
26 
27 #include "duktape-deps/duktape.h"
28 
31 void janus_duktape_register_extra_functions(duk_context *ctx);
32 
33 #endif
void janus_duktape_register_extra_functions(duk_context *ctx)
Method to register extra JavaScript functions in the C code.
Definition: janus_duktape_extra.c:39