Mercurial > hg > piper-cpp
comparison ext/sord/src/zix/hash.h @ 245:b32c68f08ec0
Use local sord/serd build
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 15 Jun 2017 09:38:52 +0100 |
parents | c5cdc9e6a4bf |
children |
comparison
equal
deleted
inserted
replaced
244:f548eb11ae01 | 245:b32c68f08ec0 |
---|---|
18 #define ZIX_HASH_H | 18 #define ZIX_HASH_H |
19 | 19 |
20 #include <stddef.h> | 20 #include <stddef.h> |
21 #include <stdint.h> | 21 #include <stdint.h> |
22 | 22 |
23 #include "zix/common.h" | 23 #include "common.h" |
24 | 24 |
25 #ifdef __cplusplus | 25 #ifdef __cplusplus |
26 extern "C" { | 26 extern "C" { |
27 #endif | 27 #endif |
28 | 28 |