diff options
| author | krasimir <krasimir@chalmers.se> | 2017-04-19 18:59:42 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2017-04-19 18:59:42 +0000 |
| commit | 1bfeab104c4697a83478346f0eebd1ac03429d68 (patch) | |
| tree | d8af16b8720e5df83defb4662a0afff375fb2795 /src/runtime/c/gu/hash.h | |
| parent | 2bdfd27173d2eedb4c39e30ae4ef0cff057604cd (diff) | |
more changes to make the C runtime compilable with MSVC
Diffstat (limited to 'src/runtime/c/gu/hash.h')
| -rw-r--r-- | src/runtime/c/gu/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/gu/hash.h b/src/runtime/c/gu/hash.h index c222e26b3..7c8b298cf 100644 --- a/src/runtime/c/gu/hash.h +++ b/src/runtime/c/gu/hash.h @@ -20,7 +20,7 @@ gu_hash_byte(GuHash h, uint8_t u) } -GU_API GuHash +GU_API_DECL GuHash gu_hash_bytes(GuHash h, const uint8_t* buf, size_t len); typedef const struct GuHasher GuHasher; |
