core: Delete unused prototype

This commit is contained in:
Colin Walters 2013-09-04 08:22:13 -04:00
parent eeb1f9e07b
commit 1ae83002b5
2 changed files with 0 additions and 6 deletions

View File

@ -31,7 +31,6 @@ ostree_object_from_string
ostree_get_relative_object_path
ostree_get_xattrs_for_file
ostree_set_xattrs
ostree_map_metadata_file
ostree_content_stream_parse
ostree_content_file_parse
ostree_raw_file_to_content_stream

View File

@ -166,11 +166,6 @@ gboolean ostree_get_xattrs_for_file (GFile *f,
gboolean ostree_set_xattrs (GFile *f, GVariant *xattrs,
GCancellable *cancellable, GError **error);
gboolean ostree_map_metadata_file (GFile *file,
OstreeObjectType expected_type,
GVariant **out_variant,
GError **error);
gboolean
ostree_content_stream_parse (gboolean compressed,
GInputStream *input,