From 2d8089777e978a0029a0a292d4503d01fbc83638 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 24 Mar 2013 14:12:02 +0100 Subject: teach splint about f{seek,tell}o --- fuzzy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fuzzy.c') 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) { -- cgit v1.2.3