changeset 1502:fa4c1f1c744d

* buffer.h (Fbuffer_name, Fget_file_buffer): Added external declarations. * buffer.h (struct buffer_local_types): This declaration needed an extern qualifier.
author Jim Blandy <jimb@redhat.com>
date Sat, 31 Oct 1992 04:51:36 +0000
parents c090f7dcfd27
children 3ad82148830b
files src/buffer.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.h	Sat Oct 31 04:50:51 1992 +0000
+++ b/src/buffer.h	Sat Oct 31 04:51:36 1992 +0000
@@ -318,7 +318,7 @@
    equal to that integer.  When a tag does not match, the function
    buffer_slot_type_mismatch will signal an error.  The value Qnil may
    always be safely stored in any slot.  */
-struct buffer buffer_local_types;
+extern struct buffer buffer_local_types;
 
 /* Point in the current buffer. */
 
@@ -380,3 +380,6 @@
 
 /* A search buffer, with a fastmap allocated and ready to go.  */
 extern struct re_pattern_buffer searchbuf;
+
+extern Lisp_Object Fbuffer_name ();
+extern Lisp_Object Fget_file_buffer ();