Cory McWilliams
f4f6bb8333
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3671 ed5197a5-7fde-0310-b194-c3ffbd925b24
10 lines
226 B
C
10 lines
226 B
C
#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();
|