Skip to content

Commit

Permalink
Fix missing header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Cole committed Apr 24, 2024
1 parent 7bba126 commit aac8df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YSI_Coding/y_inline/y_inline_extra.inc
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ forward ORM_DeleteInline(ORM:id, Func:cb<>);
forward ORM_LoadInline(ORM:id, Func:cb<>);
forward ORM_SaveInline(ORM:id, Func:cb<>);
forward bool:BCrypt_CheckInline(const password[], const hash[], Func:cb<i>);
forward BCrypt_HashInline(const password[], cost = 12, {F@_@s, F@_@si}:cb); // Func:cb<s> | Func:cb<si>
forward BCrypt_HashInline(const password[], cost = 12, {F@_@s, F@_@si}:cb, tag = tagof (cb)); // Func:cb<s> | Func:cb<si>

0 comments on commit aac8df6

Please sign in to comment.