Mercurial > emacs
comparison src/buffer.h @ 30696:5d83aa68f248
(overlays_at): Update prototype.
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Tue, 08 Aug 2000 23:46:25 +0000 |
| parents | fdd8b9d0613c |
| children | 3fb31847c03a |
comparison
equal
deleted
inserted
replaced
| 30695:48cc3d076524 | 30696:5d83aa68f248 |
|---|---|
| 1 /* Header file for the buffer manipulation primitives. | 1 /* Header file for the buffer manipulation primitives. |
| 2 Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999 Free Software Foundation, Inc. | 2 Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999, 2000 Free Software Foundation, Inc. |
| 3 | 3 |
| 4 This file is part of GNU Emacs. | 4 This file is part of GNU Emacs. |
| 5 | 5 |
| 6 GNU Emacs is free software; you can redistribute it and/or modify | 6 GNU Emacs is free software; you can redistribute it and/or modify |
| 7 it under the terms of the GNU General Public License as published by | 7 it under the terms of the GNU General Public License as published by |
| 786 | 786 |
| 787 extern struct buffer buffer_local_types; | 787 extern struct buffer buffer_local_types; |
| 788 | 788 |
| 789 extern void reset_buffer P_ ((struct buffer *)); | 789 extern void reset_buffer P_ ((struct buffer *)); |
| 790 extern void evaporate_overlays P_ ((int)); | 790 extern void evaporate_overlays P_ ((int)); |
| 791 extern int overlays_at P_ ((int, int, Lisp_Object **, int *, int *, int *)); | 791 extern int overlays_at P_ ((int, int, Lisp_Object **, int *, int *, int *, int)); |
| 792 extern int sort_overlays P_ ((Lisp_Object *, int, struct window *)); | 792 extern int sort_overlays P_ ((Lisp_Object *, int, struct window *)); |
| 793 extern void recenter_overlay_lists P_ ((struct buffer *, int)); | 793 extern void recenter_overlay_lists P_ ((struct buffer *, int)); |
| 794 extern int overlay_strings P_ ((int, struct window *, unsigned char **)); | 794 extern int overlay_strings P_ ((int, struct window *, unsigned char **)); |
| 795 extern void validate_region P_ ((Lisp_Object *, Lisp_Object *)); | 795 extern void validate_region P_ ((Lisp_Object *, Lisp_Object *)); |
| 796 extern void set_buffer_internal P_ ((struct buffer *)); | 796 extern void set_buffer_internal P_ ((struct buffer *)); |
