1--- src/extern.h.orig	2007-06-07 00:00:20.000000000 -0400
2+++ src/extern.h	2010-02-23 15:05:54.000000000 -0500
3@@ -142,7 +142,7 @@
4 void	get(int, char **);
5 struct cmd *getcmd(const char *);
6 int	getit(int, char **, int, const char *);
7-int	getline(FILE *, char *, size_t, const char **);
8+int	get_line(FILE *, char *, size_t, const char **);
9 struct option *getoption(const char *);
10 char   *getoptionvalue(const char *);
11 void	getremoteinfo(void);
12