chiark / gitweb /
label: fix systemd-udev labeling of /run directory.
[elogind.git] / src / shared / label.h
index 3f880e363ae4408bf12f4c7a7625d32bf13d6752..90b49ffbe0417878f1733226ba093187cf548531 100644 (file)
@@ -26,7 +26,7 @@
 #include <stdbool.h>
 #include <sys/socket.h>
 
-int label_init(const char *prefix);
+int label_init(const char *prefixes[]);
 void label_finish(void);
 
 int label_fix(const char *path, bool ignore_enoent);