aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpt.c b/rpt.c
index c72aeab..b6d65be 100644
--- a/rpt.c
+++ b/rpt.c
@@ -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)