From ea23115af449e086ba05c9757ad22108944f6ec2 Mon Sep 17 00:00:00 2001 From: Bert Date: Sun, 29 May 2011 11:45:58 +0200 Subject: Use getline instead of readline --- options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.h') diff --git a/options.h b/options.h index 0c62986..4438fd0 100644 --- a/options.h +++ b/options.h @@ -22,7 +22,7 @@ #include "image.h" typedef struct { - const char **filenames; + char **filenames; unsigned char from_stdin; int filecnt; int startnum; -- cgit v1.2.3-54-g00ecf