summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-05-29 11:45:58 +0200
committerBert <ber.t@gmx.com>2011-05-29 11:45:58 +0200
commitea23115af449e086ba05c9757ad22108944f6ec2 (patch)
treec52e943902632792f24f17c9681cacd2b6a04f01 /options.h
parent2252a0148d11fc988131eb0bf6397453427d67e8 (diff)
downloadnsxiv-ea23115af449e086ba05c9757ad22108944f6ec2.tar.zst
Use getline instead of readline
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 1 insertions, 1 deletions
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;