changeset 32872:303e2612e332

(pos_visible_p): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 25 Oct 2000 11:54:27 +0000
parents 361743be1fa8
children 1dbdec58e580
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Wed Oct 25 11:53:54 2000 +0000
+++ b/src/lisp.h	Wed Oct 25 11:54:27 2000 +0000
@@ -2151,6 +2151,7 @@
 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 *));
 
 /* Defined in vm-limit.c.  */
 extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));