1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 06:57:33 +02:00
Files
coreutils/lib/filemode.h
Jim Meyering 3ed2170b64 (PARAMS): Remove. All uses removed.
Do not include config.h; no longer needed.
Anyway, config.h should always be included before any other file.
2003-06-18 07:48:30 +00:00

8 lines
97 B
C

#ifndef FILEMODE_H_
# include <sys/types.h>
void mode_string (mode_t mode, char *str);
#endif