summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-file.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-11-16 22:43:26 -0500
committerColin Walters <walters@verbum.org>2011-11-16 22:51:09 -0500
commitc33db03b4c1516de8fbbb1e510f3dd71c45f5ab7 (patch)
tree93eccce7498f8f8b927984f8b8f1b5d2640dc655 /src/libostree/ostree-repo-file.h
parent115626c264d3f95d7bca300808c7d4c5f5842d9a (diff)
downloadostree-c33db03b4c1516de8fbbb1e510f3dd71c45f5ab7.tar.gz
core: Flesh out diff a bit more
Now correctly notices changes to directory metadata (not just contents).
Diffstat (limited to 'src/libostree/ostree-repo-file.h')
-rw-r--r--src/libostree/ostree-repo-file.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libostree/ostree-repo-file.h b/src/libostree/ostree-repo-file.h
index 904a80a5..cccfc34d 100644
--- a/src/libostree/ostree-repo-file.h
+++ b/src/libostree/ostree-repo-file.h
@@ -75,7 +75,7 @@ const char *_ostree_repo_file_tree_get_content_checksum (OstreeRepoFile *self);
gboolean _ostree_repo_file_is_tree (OstreeRepoFile *self);
-const char * _ostree_repo_file_nontree_get_checksum (OstreeRepoFile *self);
+const char * _ostree_repo_file_get_checksum (OstreeRepoFile *self);
GFile *_ostree_repo_file_nontree_get_local (OstreeRepoFile *self);
@@ -96,9 +96,6 @@ int _ostree_repo_file_tree_find_child (OstreeRepoFile *self,
gboolean *is_dir,
GVariant **out_container);
-const char *_ostree_repo_file_tree_get_child_checksum (OstreeRepoFile *self,
- int n);
-
gboolean _ostree_repo_file_tree_query_child (OstreeRepoFile *self,
int n,
const char *attributes,