Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/ftp/bsdftpd-ssl/files/patch-ftpd_extern.h
18878 views
1
--- ftpd/extern.h.orig 2004-04-18 12:20:14 UTC
2
+++ ftpd/extern.h
3
@@ -47,7 +47,7 @@ void feat(void);
4
void ftpd_logwtmp(char *, char *, struct sockaddr *addr);
5
int ftpd_pclose(FILE *);
6
FILE *ftpd_popen(char *, char *);
7
-char *getline(char *, int, FILE *);
8
+char *get_line(char *, int, FILE *);
9
void lreply(int, const char *, ...);
10
void makedir(char *);
11
void nack(char *);
12
13