diff options
Diffstat (limited to 'fuzzy.c')
-rw-r--r-- | fuzzy.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -213,6 +213,10 @@ int fuzzy_update(struct fuzzy_state *self, const unsigned char *buffer, return 0; } +#ifdef S_SPLINT_S +extern const int EOVERFLOW; +#endif + int fuzzy_digest(const struct fuzzy_state *self, /*@out@*/ char *result) { unsigned int bi = self->bhstart; uint32_t h = roll_sum(&self->roll); |