mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdump: write_dump: use FILE *
Use the more common `FILE *` for writing to the output. Reviewed-by: Alexander Egorenkov <egorenar@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
e9deec4c62
commit
697c5dc405
+3
-1
@@ -8,6 +8,8 @@
|
||||
#ifndef OUTPUT_H
|
||||
#define OUTPUT_H
|
||||
|
||||
int write_dump(int fd);
|
||||
#include <stdio.h>
|
||||
|
||||
int write_dump(FILE *stream);
|
||||
|
||||
#endif /* OUTPUT_H */
|
||||
|
||||
Reference in New Issue
Block a user