diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-03-24 14:12:02 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-03-24 14:12:02 +0100 |
commit | 2d8089777e978a0029a0a292d4503d01fbc83638 (patch) | |
tree | 63d6be2d1b61b9fee32e0a824cf38363f9b4670d | |
parent | 0b87371e6703ba41292a1a8e4015e8a521b436e9 (diff) | |
download | ssdeep-2d8089777e978a0029a0a292d4503d01fbc83638.tar.gz |
teach splint about f{seek,tell}o
-rw-r--r-- | fuzzy.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |