]> git.eshelyaron.com Git - emacs.git/commitdiff
(unlock_buffer): Declare it as void.
authorKenichi Handa <handa@m17n.org>
Thu, 27 Nov 1997 12:07:07 +0000 (12:07 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 27 Nov 1997 12:07:07 +0000 (12:07 +0000)
src/filelock.c

index c98afdd30d1834454aac195c1fa9c5badea2b0ba..15b0dcb8c7302ef10591d132b921846c347df6b8 100644 (file)
@@ -428,6 +428,7 @@ if it should normally be locked.")
 
 /* Unlock the file visited in buffer BUFFER.  */
 
+void
 unlock_buffer (buffer)
      struct buffer *buffer;
 {