diff --git a/apidoc/ostree-sections.txt b/apidoc/ostree-sections.txt index 1eef5da7..d94e3ddd 100644 --- a/apidoc/ostree-sections.txt +++ b/apidoc/ostree-sections.txt @@ -100,7 +100,6 @@ ostree_checksum_bytes_peek_validate ostree_cmp_checksum_bytes ostree_validate_rev ostree_parse_refspec -ostree_checksum_update_meta ostree_object_type_to_string ostree_object_type_from_string ostree_hash_object_name diff --git a/src/libostree/ostree-core.h b/src/libostree/ostree-core.h index 29ef7b28..97d86bc5 100644 --- a/src/libostree/ostree-core.h +++ b/src/libostree/ostree-core.h @@ -214,9 +214,6 @@ gboolean ostree_parse_refspec (const char *refspec, char **out_ref, GError **error); -_OSTREE_PUBLIC -void ostree_checksum_update_meta (GChecksum *checksum, GFileInfo *file_info, GVariant *xattrs); - _OSTREE_PUBLIC const char * ostree_object_type_to_string (OstreeObjectType objtype);