remove stdout/stderr calls
[compress.git] / fprintf.h
index 1820f1b9ecfc6d291e94c504fe5bc643f3c9cac3..8686b43507ab5cab6abb40115c6e913787fa0445 100644 (file)
--- a/fprintf.h
+++ b/fprintf.h
@@ -1,10 +1,7 @@
 #ifndef __FPRINTF_H__
 #define __FPRINTF_H__
 
-#include <stddef.h>
-#include <stdio.h>
-
-size_t myfprintf (FILE *fid, const char *fmt, ...);
+int fdprintf (int fd, const char *fmt, ...);
 
 #endif /* __FPRINTF_H__ */