summaryrefslogtreecommitdiff
path: root/fuzzy.h
AgeCommit message (Collapse)Author
2013-03-24rename functions and export themHelmut Grohne
Use fuzzy_ as a prefix like all of the previous ones. Export fuzzy_new, fuzzy_update, fuzzy_digest and fuzzy_free. These functions are sufficient to put the caller in control and build an API similar to Python's hashlib.
2013-03-24fuzzy.h was missing <stdio.h>Helmut Grohne
Thanks to Niels Thykier.
2013-03-24ship a fuzzy.h compatible with ssdeep's fuzzy.hHelmut Grohne