projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe04cb
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sun, 23 May 1999 19:43:10 +0000
(19:43 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 23 May 1999 19:43:10 +0000
(19:43 +0000)
lib/same.h
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/same.h
b/lib/same.h
new file mode 100644
(file)
index 0000000..
2f1d44d
--- /dev/null
+++ b/
lib/same.h
@@ -0,0
+1,19
@@
+#ifndef SAME_H_
+# define SAME_H_ 1
+
+# if HAVE_CONFIG_H
+# include <config.h>
+# endif
+
+# ifndef PARAMS
+# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
+# define PARAMS(Args) Args
+# else
+# define PARAMS(Args) ()
+# endif
+# endif
+
+int
+same_name PARAMS ((const char *source, const char *dest));
+
+#endif /* SAME_H_ */