From 56ab5d27d04a4e2262af6960b4154bac8813a3c4 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 9 Mar 2001 18:41:17 +0000 Subject: [PATCH] (string_buffer_position): Add prototype. --- src/dispextern.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dispextern.h b/src/dispextern.h index 3729df47c7a..fa5e40e0650 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2145,6 +2145,7 @@ extern int tool_bar_button_relief; /* Defined in xdisp.c */ +int string_buffer_position P_ ((struct window *, Lisp_Object, int)); int line_bottom_y P_ ((struct it *)); int display_prop_intangible_p P_ ((Lisp_Object)); void resize_echo_area_axactly P_ ((void)); -- 2.39.5