chiark / gitweb /
bus-proxy: properly index policy by uid/gid when parsing
[elogind.git] / src / shared / util.h
index ac851fa4d6a5e7c8aab5d1f93397f7f730b0bcac..7618aefad5615d4778d65b0b3e6184535805845c 100644 (file)
@@ -706,6 +706,7 @@ typedef enum DrawSpecialChar {
         DRAW_TRIANGULAR_BULLET,
         DRAW_BLACK_CIRCLE,
         DRAW_ARROW,
+        DRAW_DASH,
         _DRAW_SPECIAL_CHAR_MAX
 } DrawSpecialChar;
 
@@ -944,3 +945,5 @@ union file_handle_union {
 int update_reboot_param_file(const char *param);
 
 int umount_recursive(const char *target, int flags);
+
+int bind_remount_recursive(const char *prefix, bool ro);