Fork me on GitHub
Loading...
Searching...
No Matches
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.h>
28
31void 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