From 79c922a00bdf27f5221b5d8d034ff98fe72b9b63 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 4 Sep 2013 07:54:32 -0400 Subject: [PATCH] core: Remove unused prototypes --- src/libostree/ostree-core.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/libostree/ostree-core.h b/src/libostree/ostree-core.h index ac3f58d9..5c039c13 100644 --- a/src/libostree/ostree-core.h +++ b/src/libostree/ostree-core.h @@ -171,18 +171,6 @@ gboolean ostree_map_metadata_file (GFile *file, GVariant **out_variant, GError **error); -GVariant *ostree_file_header_new (GFileInfo *file_info, - GVariant *xattrs); - -gboolean ostree_file_header_parse (GVariant *metadata, - GFileInfo **out_file_info, - GVariant **out_xattrs, - GError **error); -gboolean ostree_zlib_file_header_parse (GVariant *metadata, - GFileInfo **out_file_info, - GVariant **out_xattrs, - GError **error); - gboolean ostree_content_stream_parse (gboolean compressed, GInputStream *input,