6 lines
81 B
C
6 lines
81 B
C
|
#pragma once
|
||
|
|
||
|
#include "quickjs.h"
|
||
|
|
||
|
void tf_bcrypt_register(JSContext* context);
|