summaryrefslogtreecommitdiff
path: root/time/pcal/patches/patch-ai
blob: 095f52a518ee28793e2b86cee3ac15200b8ce97a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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));