(DISTCLEANFILES): Add lstat.c and stat.c.
[gnulib.git] / lib / same.h
1 #ifndef SAME_H_
2 # define SAME_H_ 1
3
4 # if HAVE_CONFIG_H
5 #  include <config.h>
6 # endif
7
8 # ifndef PARAMS
9 #  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
10 #   define PARAMS(Args) Args
11 #  else
12 #   define PARAMS(Args) ()
13 #  endif
14 # endif
15
16 int
17 same_name PARAMS ((const char *source, const char *dest));
18
19 #endif /* SAME_H_ */