aboutsummaryrefslogtreecommitdiff
path: root/lib/pending.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pending.h')
-rw-r--r--lib/pending.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pending.h b/lib/pending.h
index 3c563947..fbcc47c8 100644
--- a/lib/pending.h
+++ b/lib/pending.h
@@ -6,7 +6,8 @@ int read_password(char * buff, int buflen, char* mesg);
int update_password(char *filename, char* username, char* encrypted);
// lib.c
-// This should be switched to posix-2008 getline()
+// These should be switched to posix-2008 getline() and getdelim()
+char *get_rawline(int fd, long *plen, char end);
char *get_line(int fd);