summaryrefslogtreecommitdiff
path: root/tbdiff/tbdiff-common.h
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2014-05-30 17:22:53 +0100
committerBen Brewer <ben.brewer@codethink.co.uk>2014-06-04 12:44:01 +0100
commit2d580135f11a1e705949b7fcf69486bacbca5587 (patch)
treed81e3ac2af646553fcc4b28877199655e76fd85b /tbdiff/tbdiff-common.h
parentcbe6a4f51bc27c4e8a81f89876c3ae469c8bf67e (diff)
downloadtbdiff-2d580135f11a1e705949b7fcf69486bacbca5587.tar.gz
Use POSIX file operations for tbdiff-apply
For the consistency reasons listed in earlier commits.
Diffstat (limited to 'tbdiff/tbdiff-common.h')
-rw-r--r--tbdiff/tbdiff-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbdiff/tbdiff-common.h b/tbdiff/tbdiff-common.h
index 9b5b5f3..8a5c889 100644
--- a/tbdiff/tbdiff-common.h
+++ b/tbdiff/tbdiff-common.h
@@ -126,7 +126,7 @@ tbd_error(enum tbd_error e, char const *s, char const *func, int line,
}
#endif
-int tbd_apply (FILE *stream);
+int tbd_apply (int stream);
int tbd_create(int stream, struct tbd_stat *a, struct tbd_stat *b);
#endif /* !__TBDIFF_COMMON_H__ */