diff options
-rw-r--r-- | rpt.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,10 +17,10 @@ /* Clone of stdin. Used to perform lseek(2) calls between each child process. */ -static FILE *stdin_clone; +FILE *stdin_clone; /* File descriptor associated to the clone of stdin. */ -static int clone_fd; +int clone_fd; void print_usage(FILE *output) |