X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fshared%2Finstall.h;h=a9d77dd91b5244761bc489739891dcaaaaffce40;hb=6ec9b87c4ecf5144b5ea845a53a352dd9f2d173a;hp=45eca4266271985de3e31da21f86ea444fa7e182;hpb=15658a4bc930a9b4b9511256431c2e2383dad0f5;p=elogind.git diff --git a/src/shared/install.h b/src/shared/install.h index 45eca4266..a9d77dd91 100644 --- a/src/shared/install.h +++ b/src/shared/install.h @@ -120,6 +120,7 @@ UnitFileState unit_file_get_state( int unit_file_get_list(UnitFileScope scope, const char *root_dir, Hashmap *h); void unit_file_list_free(Hashmap *h); +int unit_file_changes_add(UnitFileChange **changes, unsigned *n_changes, UnitFileChangeType type, const char *path, const char *source); void unit_file_changes_free(UnitFileChange *changes, unsigned n_changes); int unit_file_query_preset(UnitFileScope scope, const char *root_dir, const char *name);