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 --- util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'util.h') 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 */ -- cgit v1.2.3