summaryrefslogtreecommitdiff
path: root/lib/same.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-18 06:53:26 +0000
committerJim Meyering <jim@meyering.net>2003-06-18 06:53:26 +0000
commit0b958357b04f465195ae7a45200c165aeeae1bad (patch)
tree23ef2efa28a193fd274c2357e470e899c2806587 /lib/same.h
parent4545986b086a5d3b29b5eb39c1be7a27bf9a1aab (diff)
downloadcoreutils-0b958357b04f465195ae7a45200c165aeeae1bad.tar.xz
Update from gnulib.
Diffstat (limited to 'lib/same.h')
-rw-r--r--lib/same.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/same.h b/lib/same.h
index d4543a57c..9e2c17326 100644
--- a/lib/same.h
+++ b/lib/same.h
@@ -1,5 +1,7 @@
/* Determine whether two file names refer to the same file.
- Copyright (C) 1997-2000, 2003 Free Software Foundation, Inc.
+
+ Copyright (C) 1997, 1998, 1999, 2000, 2003 Free Software
+ Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,7 +20,6 @@
#ifndef SAME_H_
# define SAME_H_ 1
-int
-same_name (const char *source, const char *dest);
+int same_name (const char *source, const char *dest);
#endif /* SAME_H_ */