summaryrefslogtreecommitdiff
path: root/fuzzy.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzy.c')
-rw-r--r--fuzzy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzzy.c b/fuzzy.c
index ed1e212..32b19ad 100644
--- a/fuzzy.c
+++ b/fuzzy.c
@@ -343,6 +343,8 @@ errout:
#ifdef S_SPLINT_S
typedef size_t off_t;
+int fseeko(FILE *, off_t, int);
+off_t ftello(FILE *);
#endif
int fuzzy_hash_file(FILE *handle, /*@out@*/ char *result) {