Move all JS interface things into .js.c files with _register() functions.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3671 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
9
src/tlscontext.js.h
Normal file
9
src/tlscontext.js.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "quickjs.h"
|
||||
|
||||
typedef struct _tf_tls_context_t tf_tls_context_t;
|
||||
|
||||
JSValue tf_tls_context_register(JSContext* context);
|
||||
tf_tls_context_t* tf_tls_context_get(JSValue value);
|
||||
int tf_tls_context_get_count();
|
Reference in New Issue
Block a user