diff options
author | Colin Walters <walters@verbum.org> | 2017-10-09 10:05:20 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-10-11 19:04:46 +0000 |
commit | 3e3d28632d9a3c9cd974531487bdc830c326b184 (patch) | |
tree | 61e0dd24d04e1e7216faff5f7e76e6b0148f52fe /src/libostree/ostree-repo-private.h | |
parent | bb51a43d8111416bdd8225487ba803c34ad5b69b (diff) | |
download | ostree-3e3d28632d9a3c9cd974531487bdc830c326b184.tar.gz |
lib/commit: Make -path commit helper API private
It's no longer called directly by the pull code, so make it static.
The goal here is to have the pull and local-fs commit paths use higher level
more efficient APIs, and eventually make those APIs public.
Closes: #1257
Approved by: jlebon
Diffstat (limited to 'src/libostree/ostree-repo-private.h')
-rw-r--r-- | src/libostree/ostree-repo-private.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libostree/ostree-repo-private.h b/src/libostree/ostree-repo-private.h index 7d50a5b7..bbbb700e 100644 --- a/src/libostree/ostree-repo-private.h +++ b/src/libostree/ostree-repo-private.h @@ -366,14 +366,6 @@ _ostree_repo_commit_tmpf_final (OstreeRepo *self, GError **error); gboolean -_ostree_repo_commit_path_final (OstreeRepo *self, - const char *checksum, - OstreeObjectType objtype, - OtCleanupUnlinkat *tmp_path, - GCancellable *cancellable, - GError **error); - -gboolean _ostree_repo_open_content_bare (OstreeRepo *self, const char *checksum, guint64 content_len, |