summaryrefslogtreecommitdiff
path: root/lib/cmpbuf.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2001-11-23 13:02:42 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2001-11-23 13:02:42 +0000
commite28790892e335a412aff01934a37a3a2768c1dbb (patch)
tree1d9e4f0d3cbfbc462c0410802354b4209a3d9a00 /lib/cmpbuf.h
parent33d72d80bc0ccc713ba39768ef102c6dc7904074 (diff)
downloaddiffutils-e28790892e335a412aff01934a37a3a2768c1dbb.tar.gz
Use prototypes instead of old-style functions.
Diffstat (limited to 'lib/cmpbuf.h')
-rw-r--r--lib/cmpbuf.h24
1 files changed, 3 insertions, 21 deletions
diff --git a/lib/cmpbuf.h b/lib/cmpbuf.h
index c3e2bb8..b8e29bd 100644
--- a/lib/cmpbuf.h
+++ b/lib/cmpbuf.h
@@ -1,22 +1,4 @@
-/* Buffer primitives for comparison operations.
- Copyright 1993, 1995, 1997 Free Software Foundation, Inc.
+/* Buffer primitives for comparison operations. */
- This file is part of GNU DIFF.
-
- GNU DIFF is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
- any later version.
-
- GNU DIFF is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; see the file COPYING.
- If not, write to the Free Software Foundation,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-size_t block_read PARAMS((int, char *, size_t));
-size_t buffer_lcm PARAMS((size_t, size_t));
+size_t block_read (int, char *, size_t);
+size_t buffer_lcm (size_t, size_t);