aboutsummaryrefslogtreecommitdiff
path: root/lib/pending.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-08-10 09:44:58 -0700
committerRob Landley <rob@landley.net>2019-08-12 04:44:00 -0500
commit30cb3aa0e33daa20d6adb0825979f79e615c9c47 (patch)
tree8134f1634c5640ffd196895fa4e4f11e8af10364 /lib/pending.h
parent9dc24d994efc3837e248ef8db9b3976e8775235e (diff)
downloadtoybox-30cb3aa0e33daa20d6adb0825979f79e615c9c47.tar.gz
sort: move off get_rawline.
This was the last user of get_rawline, which lets us remove it.
Diffstat (limited to 'lib/pending.h')
-rw-r--r--lib/pending.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/pending.h b/lib/pending.h
index fbcc47c8..3c563947 100644
--- a/lib/pending.h
+++ b/lib/pending.h
@@ -6,8 +6,7 @@ int read_password(char * buff, int buflen, char* mesg);
int update_password(char *filename, char* username, char* encrypted);
// lib.c
-// These should be switched to posix-2008 getline() and getdelim()
-char *get_rawline(int fd, long *plen, char end);
+// This should be switched to posix-2008 getline()
char *get_line(int fd);