forked from cory/tildefriends
Some progress on .h docs, and add a preliminary CONTRIBUTING.md.
This commit is contained in:
@ -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);
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user