changeset 20369:37caaa295d69

(unlock_buffer): Declare it as void.
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Nov 1997 12:07:07 +0000
parents 9f5fab56f4b3
children 7e443cd9a63a
files src/filelock.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/filelock.c	Thu Nov 27 12:04:49 1997 +0000
+++ b/src/filelock.c	Thu Nov 27 12:07:07 1997 +0000
@@ -428,6 +428,7 @@
 
 /* Unlock the file visited in buffer BUFFER.  */
 
+void
 unlock_buffer (buffer)
      struct buffer *buffer;
 {