summaryrefslogtreecommitdiffstats
path: root/util.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 /util.h
parent2252a0148d11fc988131eb0bf6397453427d67e8 (diff)
downloadnsxiv-ea23115af449e086ba05c9757ad22108944f6ec2.tar.zst
Use getline instead of readline
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util.h b/util.h
index 8e8a20d..c1e08a6 100644
--- a/util.h
+++ b/util.h
@@ -61,6 +61,4 @@ int r_closedir(r_dir_t*);
char* r_readdir(r_dir_t*);
int r_mkdir(const char *);
-char* readline(FILE*);
-
#endif /* UTIL_H */