added: parameter 'r' to priv function
all directories and files can be changed git-svn-id: svn://ttmath.org/publicrep/winix/trunk@586 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -166,6 +166,7 @@ namespace TemplatesFunctions
|
||||
dir
|
||||
*/
|
||||
void dir(Info & i);
|
||||
void dir_without_slash(Info & i);
|
||||
void dir_can_read_exec(Info & i);
|
||||
void dir_can_write(Info & i);
|
||||
void dir_can_remove(Info & i);
|
||||
@@ -218,6 +219,8 @@ namespace TemplatesFunctions
|
||||
void priv_group_tab_isdefault(Info & i);
|
||||
|
||||
void priv_privileges(Info & i);
|
||||
void priv_privileges_for_files(Info & i);
|
||||
void priv_privileges_for_dirs(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user