diff options
Diffstat (limited to 'src/common/common.h')
-rw-r--r-- | src/common/common.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/common/common.h b/src/common/common.h index 1a323ee..9115967 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -8,9 +8,6 @@ extern "C" { #endif -boolean -execute(char *cmd); - /** * **/ @@ -36,7 +33,8 @@ void common_set_context(char *cpath, char *dpath); /** - * sets system parent context for operation (i.e. hack for unionfs implementation) + * sets system parent context for operation (i.e. hack for unionfs + * implementation) **/ void common_set_parent_context(char *cpath, char *dpath); |