diff options
Diffstat (limited to 'src/udev/label.h')
-rw-r--r-- | src/udev/label.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/label.h b/src/udev/label.h index 3d12ac2a92..a8dbcdc8b7 100644 --- a/src/udev/label.h +++ b/src/udev/label.h @@ -34,3 +34,5 @@ int label_context_set(const char *path, mode_t mode); void label_context_clear(void); int label_mkdir(const char *path, mode_t mode, bool apply); + +int label_apply(const char *path, const char *label); |