aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2004-04-20 22:17:08 +0000
committerKim F. Storm <[email protected]>2004-04-20 22:17:08 +0000
commitb1bd81349503cb8b478d3903dd219559108d3cd7 (patch)
treedb73c42b3433634f62cc48008a7092cd79fee1b7 /src/lisp.h
parentec026e7a3eeb0e4b8322fe8bddb3962e10dba966 (diff)
(pos_visible_p): Fix prototype.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 6421621449..265d3c2927 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2391,7 +2391,8 @@ void set_frame_cursor_types P_ ((struct frame *, Lisp_Object));
extern void syms_of_xdisp P_ ((void));
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));
+extern int pos_visible_p P_ ((struct window *, int, int *,
+ int *, int *, int));
/* Defined in vm-limit.c. */
extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));