view lib/filemode.h @ 2284:ce1bca7b77d5

(parse_user_spec): If there is no `:' but there is a `.', then first look up the entire `.'-containing string as a login name.
author Jim Meyering <jim@meyering.net>
date Sun, 27 Feb 2000 11:13:16 +0000
parents 6dfbec8a5a2d
children c6450308f123
line wrap: on
line source

#ifndef FILEMODE_H_

# if HAVE_CONFIG_H
#  include <config.h>
# endif

# include <sys/types.h>

# ifndef PARAMS
#  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
#   define PARAMS(Args) Args
#  else
#   define PARAMS(Args) ()
#  endif
# endif

void mode_string PARAMS ((mode_t mode, char *str));

#endif