summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-03-24 14:12:02 +0100
committerHelmut Grohne <helmut@subdivi.de>2013-03-24 14:12:02 +0100
commit2d8089777e978a0029a0a292d4503d01fbc83638 (patch)
tree63d6be2d1b61b9fee32e0a824cf38363f9b4670d
parent0b87371e6703ba41292a1a8e4015e8a521b436e9 (diff)
downloadssdeep-2d8089777e978a0029a0a292d4503d01fbc83638.tar.gz
teach splint about f{seek,tell}o
-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) {