From 2d580135f11a1e705949b7fcf69486bacbca5587 Mon Sep 17 00:00:00 2001 From: Ben Brewer Date: Fri, 30 May 2014 17:22:53 +0100 Subject: Use POSIX file operations for tbdiff-apply For the consistency reasons listed in earlier commits. --- tbdiff/tbdiff-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbdiff/tbdiff-common.h') 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__ */ -- cgit v1.2.1