From 7fb35ff530ef73269b0087b4c4914b3a0c879d80 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 8 May 1999 02:22:27 +0000 Subject: [PATCH] getline -> ftpd_getline git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6159 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftpd/extern.h b/appl/ftp/ftpd/extern.h index 8cb1a318f..e96809e0d 100644 --- a/appl/ftp/ftpd/extern.h +++ b/appl/ftp/ftpd/extern.h @@ -71,7 +71,7 @@ void fatal(char *); int filename_check(char *); int ftpd_pclose(FILE *); FILE *ftpd_popen(char *, char *, int, int); -char *getline(char *, int); +char *ftpd_getline(char *, int); void ftpd_logwtmp(char *, char *, char *); void lreply(int, const char *, ...) #ifdef __GNUC__