Rudiments
permissions.h
1 // Copyright (c) 1999-2002 David Muse
2 // See the COPYING file for more information.
3 
4  static char *permStringToSDDL(const char *permstring,
5  bool directory);
6  static char *permOctalToSDDL(mode_t permoctal,
7  bool directory);
8 
9  static char *sddlToPermString(const char *sddl);
10  static mode_t sddlToPermOctal(const char *sddl);