From 6f05e777280cd36a8ccaf20182c4e8a0554bb563 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Tue, 19 Mar 2013 21:11:29 +0100 Subject: New options: -[io], read/write files from/to stdin/out Fixes issue #84 --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') diff --git a/options.h b/options.h index f21410e..d60bc9a 100644 --- a/options.h +++ b/options.h @@ -26,6 +26,7 @@ typedef struct { /* file list: */ char **filenames; bool from_stdin; + bool to_stdout; bool recursive; int filecnt; int startnum; -- cgit v1.2.3-54-g00ecf