diff options
Diffstat (limited to 'src/common/unionfs.h')
-rw-r--r-- | src/common/unionfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unionfs.h b/src/common/unionfs.h index 6437e2a..8ce50af 100644 --- a/src/common/unionfs.h +++ b/src/common/unionfs.h @@ -20,7 +20,7 @@ extern "C" { #define MAX_LENGTH_HELP_STR 4096 boolean -value_exists(char *path); +value_exists(const char *path); struct PriData { unsigned long _pri; |