diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-09-07 00:42:25 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-09-09 22:51:43 -0400 |
commit | 6b4ef97c186755fb12b2b0b0bd16e691dd18ce88 (patch) | |
tree | 122db67ef0f1e69f02e96500afcc33dd1a1975a1 /src/libostree/ostree-repo-private.h | |
parent | c7f9fc9c63c3686c7899503b64eed79261f7aa3b (diff) | |
download | ostree-6b4ef97c186755fb12b2b0b0bd16e691dd18ce88.tar.gz |
repo-libarchive: Apply commit modifiers to libarchive archives as well
And document the libarchive methods as well, so we can pass a NULL
commit modifier.
https://bugzilla.gnome.org/show_bug.cgi?id=707727
Diffstat (limited to 'src/libostree/ostree-repo-private.h')
-rw-r--r-- | src/libostree/ostree-repo-private.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libostree/ostree-repo-private.h b/src/libostree/ostree-repo-private.h index 041f5677..f388bfa6 100644 --- a/src/libostree/ostree-repo-private.h +++ b/src/libostree/ostree-repo-private.h @@ -121,5 +121,12 @@ _ostree_repo_file_new_root (OstreeRepo *repo, const char *contents_checksum, const char *metadata_checksum); +OstreeRepoCommitFilterResult +_ostree_repo_commit_modifier_apply (OstreeRepo *self, + OstreeRepoCommitModifier *modifier, + const char *path, + GFileInfo *file_info, + GFileInfo **out_modified_info); + G_END_DECLS |