Rudiments
Main Page
Classes
include
rudiments
private
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);
Generated on Sun Dec 15 2013 02:23:37 for Rudiments by
1.8.3.1