opnsense-ports/ftp/bsdftpd-ssl/files/patch-ftpd_extern.h
Franco Fichtner 9c1c757d85 */*: sync with upstream
Taken from: FreeBSD
2016-08-02 07:08:28 +02:00

11 lines
385 B
C

--- ftpd/extern.h.orig 2004-04-18 12:20:14 UTC
+++ ftpd/extern.h
@@ -47,7 +47,7 @@ void feat(void);
void ftpd_logwtmp(char *, char *, struct sockaddr *addr);
int ftpd_pclose(FILE *);
FILE *ftpd_popen(char *, char *);
-char *getline(char *, int, FILE *);
+char *get_line(char *, int, FILE *);
void lreply(int, const char *, ...);
void makedir(char *);
void nack(char *);