chiark / gitweb /
core: do not use quotes around virt and arch
[elogind.git] / src / core / namespace.h
index 9cd420e9589c074962c2a1d1d887fc4b1d35d1bd..42b92e78035ffad44a10cb18904af2a32eaa07ca 100644 (file)
@@ -44,13 +44,13 @@ typedef enum ProtectSystem {
 int setup_namespace(char **read_write_dirs,
                     char **read_only_dirs,
                     char **inaccessible_dirs,
-                    char *tmp_dir,
-                    char *var_tmp_dir,
-                    char *endpoint_path,
+                    const char *tmp_dir,
+                    const char *var_tmp_dir,
+                    const char *endpoint_path,
                     bool private_dev,
                     ProtectHome protect_home,
                     ProtectSystem protect_system,
-                    unsigned mount_flags);
+                    unsigned long mount_flags);
 
 int setup_tmp_dirs(const char *id,
                   char **tmp_dir,