Tilde Friends
ssb.js.h
1#pragma once
2
10typedef struct JSContext JSContext;
12typedef struct _tf_ssb_t tf_ssb_t;
13
17void tf_ssb_register(JSContext* context, tf_ssb_t* ssb);
18
struct JSContext JSContext
Definition: api.js.h:10
struct _tf_ssb_t tf_ssb_t
Definition: httpd.js.h:38
void tf_ssb_register(JSContext *context, tf_ssb_t *ssb)