diff src/filelock.c @ 20369:37caaa295d69

(unlock_buffer): Declare it as void.
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Nov 1997 12:07:07 +0000
parents 33fbdbaf65c2
children d1699afbc43e
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;
 {