summaryrefslogtreecommitdiff
path: root/lib/euidaccess-stat.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-20 08:51:38 +0000
committerJim Meyering <jim@meyering.net>2005-11-20 08:51:38 +0000
commit18673b9f2dec8590765b580a5d89341c0947c040 (patch)
tree09ab00c97a2f13f18f7b78931ab0420a68ca0ecf /lib/euidaccess-stat.h
parente88132fa068ea949837d0aeaf36aa9004b4ef528 (diff)
downloadcoreutils-18673b9f2dec8590765b580a5d89341c0947c040.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/euidaccess-stat.h')
-rw-r--r--lib/euidaccess-stat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/euidaccess-stat.h b/lib/euidaccess-stat.h
new file mode 100644
index 000000000..de2496118
--- /dev/null
+++ b/lib/euidaccess-stat.h
@@ -0,0 +1,5 @@
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <stdbool.h>
+
+bool euidaccess_stat (struct stat const *st, int mode);