$NetBSD: patch-ai,v 1.1 2010/04/29 00:17:14 dholland Exp $ --- protos.h~ 2000-02-09 16:06:23.000000000 +0000 +++ protos.h @@ -106,7 +106,7 @@ void define_font PROTO((char *orig_font, void define_shading PROTO((char *orig_shading, char *new_shading, char *dflt_shading)); char *find_executable PROTO((char *prog)); -int getline PROTO((FILE *fp, char *buf, int *pline)); +int get_line PROTO((FILE *fp, char *buf, int *pline)); int is_valid PROTO((register int m, register int d, register int y)); int loadwords PROTO((char **words, char *buf)); char *mk_filespec PROTO((char *filespec, char *path, char *name));