summaryrefslogtreecommitdiff
path: root/www/caudium14/files/patch-src_tools_htpasswd.h
blob: 1cc8d5ffb19bea97ce7a4e8a78bf37fbf5824563 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/tools/htpasswd.h.orig	2011-09-15 05:13:13 UTC
+++ src/tools/htpasswd.h
@@ -2,7 +2,7 @@
 #define HTPASSWD_H
 char *strd(char *s);
 void getword(char *word, char *line, char stop);
-int getline(char *s, int n, FILE *f);
+int get_line(char *s, int n, FILE *f);
 void putline(FILE *f,char *l);
 void to64(register char *s, register long v, register int n);
 void add_password(char *user, FILE *f);