Some progress on .h docs, and add a preliminary CONTRIBUTING.md.

This commit is contained in:
2024-03-04 12:23:00 -05:00
parent 5b93db7463
commit 18bd279b0c
6 changed files with 85 additions and 0 deletions

View File

@ -7,8 +7,13 @@
** @{
*/
/** A JS context. */
typedef struct JSContext JSContext;
/**
** Register the bcrypt script interface.
** @param context The JS context.
*/
void tf_bcrypt_register(JSContext* context);
/** @} */