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