diff options
author | Bert <ber.t@gmx.com> | 2011-05-29 11:45:58 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-05-29 11:45:58 +0200 |
commit | ea23115af449e086ba05c9757ad22108944f6ec2 (patch) | |
tree | c52e943902632792f24f17c9681cacd2b6a04f01 /options.h | |
parent | 2252a0148d11fc988131eb0bf6397453427d67e8 (diff) |
Use getline instead of readline
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ #include "image.h" typedef struct { - const char **filenames; + char **filenames; unsigned char from_stdin; int filecnt; int startnum; |