summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-core-private.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-09-07 21:56:36 -0400
committerColin Walters <walters@verbum.org>2013-09-08 14:41:51 -0400
commit0c2ea54e68937e460b15428d14972cedf9070856 (patch)
tree87037f9f2d53d8e5ecdda351acbe7ee6abd636a0 /src/libostree/ostree-core-private.h
parent27c3e7884ee124e13fceff1f39300b07b61e88ca (diff)
downloadostree-0c2ea54e68937e460b15428d14972cedf9070856.tar.gz
core: Make ostree_set_xattrs() private
Nothing external uses it. We keep ostree_get_xattrs_for_file() public because it's convenient for external consumers to get xattrs in exactly the format we desire. https://bugzilla.gnome.org/show_bug.cgi?id=707733
Diffstat (limited to 'src/libostree/ostree-core-private.h')
-rw-r--r--src/libostree/ostree-core-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libostree/ostree-core-private.h b/src/libostree/ostree-core-private.h
index 3fe67f9c..b564c215 100644
--- a/src/libostree/ostree-core-private.h
+++ b/src/libostree/ostree-core-private.h
@@ -80,6 +80,10 @@ _ostree_set_xattrs_fd (int fd,
GCancellable *cancellable,
GError **error);
+gboolean _ostree_set_xattrs (GFile *f, GVariant *xattrs,
+ GCancellable *cancellable, GError **error);
+
+
/* XX + / + checksum-2 + . + extension, but let's just use 256 for a
* bit of overkill.
*/