Skip to content

Commit

Permalink
Remove unused getline, issue #81
Browse files Browse the repository at this point in the history
  • Loading branch information
eino.tuominen@gmail.com committed Jan 16, 2015
1 parent a14b5a6 commit 192f429
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ int clock_gettime(clockid_t clk_id, struct timespec *tp);
#endif /* ! USE_GETTIMEOFDAY */

int readline(int fd, void *vptr, size_t maxlen);
int getline(int fd, char *line, size_t maxlen);
ssize_t readn(int fd, void *vptr, size_t n);
ssize_t writen(int fd, const void *vptr, size_t n);
ssize_t writeline(int fd, const char *line);
Expand Down

0 comments on commit 192f429

Please sign in to comment.