diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-01 20:23:17 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-01 20:23:17 -0700 |
commit | 3c4fc418648c3c33dd419f20d7d7cac3238ff5be (patch) | |
tree | 326306e711a5c0dee920cc2e315fec82839482f4 /tests/cube2hash/cube2crypto.h | |
parent | 4401a0b0e47832a94ba54b787795678535273d19 (diff) |
fix parsing of i64 constants in globals, and add working cube2hash testcase
Diffstat (limited to 'tests/cube2hash/cube2crypto.h')
-rw-r--r-- | tests/cube2hash/cube2crypto.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/cube2hash/cube2crypto.h b/tests/cube2hash/cube2crypto.h new file mode 100644 index 00000000..90bd06a8 --- /dev/null +++ b/tests/cube2hash/cube2crypto.h @@ -0,0 +1,9 @@ +#ifdef __cplusplus +extern "C" { +#endif + +char *cube2crypto_hashstring(char *string); + +#ifdef __cplusplus +} /* closing brace for extern "C" */ +#endif
\ No newline at end of file |