Whoops. Compile fixes.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3707 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-12-27 22:00:37 +00:00
parent 2e1b0089ae
commit c590eb3a44
3 changed files with 12 additions and 2 deletions

View File

@ -2,6 +2,8 @@
#include "quickjs.h"
#include <stdbool.h>
void tf_util_register(JSContext* context);
JSValue tf_util_utf8_decode(JSContext* context, JSValue value);
uint8_t* tf_util_try_get_array_buffer(JSContext* context, size_t* psize, JSValueConst obj);