chiark / gitweb /
hashmap: allow hashmap_move() to fail
[elogind.git] / src / shared / path-lookup.h
index 4bbd47ec394883257bbb176780d4b9f8728193da..b8a0aace83ad8c0a83e78a1c98233de9f5969d4b 100644 (file)
@@ -39,6 +39,7 @@ typedef enum SystemdRunningAs {
 } SystemdRunningAs;
 
 int user_config_home(char **config_home);
+int user_runtime_dir(char **runtime_dir);
 
 int lookup_paths_init(LookupPaths *p,
                       SystemdRunningAs running_as,