diff src/lisp.h @ 72662:0c6f8f13dcc0

(pos_visible_p): Update prototype.
author Kim F. Storm <storm@cua.dk>
date Tue, 05 Sep 2006 22:49:36 +0000
parents f6de516bbb4b
children 6b368d6ebfa5 84dd84b43e1b
line wrap: on
line diff
--- a/src/lisp.h	Tue Sep 05 20:54:16 2006 +0000
+++ b/src/lisp.h	Tue Sep 05 22:49:36 2006 +0000
@@ -2538,7 +2538,7 @@
 extern void init_xdisp P_ ((void));
 extern Lisp_Object safe_eval P_ ((Lisp_Object));
 extern int pos_visible_p P_ ((struct window *, int, int *,
-			      int *, int *, int *, int));
+			      int *, int *, int *, int *, int *));
 
 /* Defined in vm-limit.c.  */
 extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));