chiark / gitweb /
install: various modernizations
[elogind.git] / src / shared / install.h
index 230cfe115070dea62ddafa0b0864106fc1da9191..d057bb052b8e5e03a6f9e9b7684e379b4201e8a0 100644 (file)
@@ -99,7 +99,7 @@ int unit_file_get_list(UnitFileScope scope, const char *root_dir, Hashmap *h);
 void unit_file_list_free(Hashmap *h);
 void unit_file_changes_free(UnitFileChange *changes, unsigned n_changes);
 
-int unit_file_query_preset(UnitFileScope scope, const char *name);
+int unit_file_query_preset(UnitFileScope scope, const char *root_dir, const char *name);
 
 const char *unit_file_state_to_string(UnitFileState s) _const_;
 UnitFileState unit_file_state_from_string(const char *s) _pure_;