core: Delete unused prototype
This commit is contained in:
parent
eeb1f9e07b
commit
1ae83002b5
|
|
@ -31,7 +31,6 @@ ostree_object_from_string
|
||||||
ostree_get_relative_object_path
|
ostree_get_relative_object_path
|
||||||
ostree_get_xattrs_for_file
|
ostree_get_xattrs_for_file
|
||||||
ostree_set_xattrs
|
ostree_set_xattrs
|
||||||
ostree_map_metadata_file
|
|
||||||
ostree_content_stream_parse
|
ostree_content_stream_parse
|
||||||
ostree_content_file_parse
|
ostree_content_file_parse
|
||||||
ostree_raw_file_to_content_stream
|
ostree_raw_file_to_content_stream
|
||||||
|
|
|
||||||
|
|
@ -166,11 +166,6 @@ gboolean ostree_get_xattrs_for_file (GFile *f,
|
||||||
gboolean ostree_set_xattrs (GFile *f, GVariant *xattrs,
|
gboolean ostree_set_xattrs (GFile *f, GVariant *xattrs,
|
||||||
GCancellable *cancellable, GError **error);
|
GCancellable *cancellable, GError **error);
|
||||||
|
|
||||||
gboolean ostree_map_metadata_file (GFile *file,
|
|
||||||
OstreeObjectType expected_type,
|
|
||||||
GVariant **out_variant,
|
|
||||||
GError **error);
|
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
ostree_content_stream_parse (gboolean compressed,
|
ostree_content_stream_parse (gboolean compressed,
|
||||||
GInputStream *input,
|
GInputStream *input,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue