summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libostree/ostree-repo-private.h')
-rw-r--r--src/libostree/ostree-repo-private.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libostree/ostree-repo-private.h b/src/libostree/ostree-repo-private.h
index b36e6d94..b7f926d8 100644
--- a/src/libostree/ostree-repo-private.h
+++ b/src/libostree/ostree-repo-private.h
@@ -34,6 +34,8 @@ G_BEGIN_DECLS
struct OstreeRepo {
GObject parent;
+ char *boot_id;
+
GFile *repodir;
GFile *tmp_dir;
int tmp_dir_fd;
@@ -82,6 +84,11 @@ _ostree_repo_ensure_loose_objdir_at (int dfd,
const char *loose_path,
GCancellable *cancellable,
GError **error);
+void
+_ostree_repo_get_tmpobject_path (OstreeRepo *repo,
+ char *output,
+ const char *checksum,
+ OstreeObjectType objtype);
gboolean
_ostree_repo_find_object (OstreeRepo *self,
@@ -101,6 +108,7 @@ _ostree_repo_has_loose_object (OstreeRepo *self,
OstreeObjectType objtype,
gboolean *out_is_stored,
char *loose_path_buf,
+ GFile **out_stored_path,
GCancellable *cancellable,
GError **error);