summaryrefslogtreecommitdiff
path: root/src/label.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-27 05:47:48 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-27 05:47:48 +0200
commit5c0532d1cc989d2f78d2cd4a18058daa58143705 (patch)
tree9bdd6af7a17d9ddb8931a551992d77a61c65c4ed /src/label.h
parentc4dcdb9f4785937f2b73700e66b8cafa452f60a7 (diff)
mounts: automatically create /dev/stderr and friends early on boot so that they are around when we run shell scripts before udevd
Diffstat (limited to 'src/label.h')
-rw-r--r--src/label.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/label.h b/src/label.h
index 0c59da1f1..f1bf5d6d5 100644
--- a/src/label.h
+++ b/src/label.h
@@ -33,6 +33,7 @@ int label_socket_set(const char *label);
void label_socket_clear(void);
int label_fifofile_set(const char *path);
+int label_symlinkfile_set(const char *path);
void label_file_clear(void);
void label_free(const char *label);