20 #ifndef __C_CREATEREPOLIB_REPOMD_H__
21 #define __C_CREATEREPOLIB_REPOMD_H__
29 #include "compression_wrapper.h"
cr_RepomdRecord * cr_repomd_get_record(cr_Repomd *repomd, const char *type)
int cr_repomd_record_compress_and_fill(cr_RepomdRecord *record, cr_RepomdRecord *compressed_record, cr_ChecksumType checksum_type, cr_CompressionType compression, GError **err)
void cr_repomd_set_revision(cr_Repomd *repomd, const char *revision)
void cr_repomd_add_distro_tag(cr_Repomd *repomd, const char *cpeid, const char *tag)
void cr_repomd_set_repoid(cr_Repomd *repomd, const char *repoid, const char *type)
char * checksum_open_type
int cr_repomd_record_fill(cr_RepomdRecord *record, cr_ChecksumType checksum_type, GError **err)
void cr_repomd_add_repo_tag(cr_Repomd *repomd, const char *tag)
void cr_repomd_set_contenthash(cr_Repomd *repomd, const char *hash, const char *type)
void cr_repomd_free(cr_Repomd *repomd)
void cr_repomd_remove_record(cr_Repomd *repomd, const char *type)
cr_RepomdRecord * cr_repomd_record_new(const char *type, const char *path)
void cr_repomd_detach_record(cr_Repomd *repomd, cr_RepomdRecord *rec)
cr_Repomd * cr_repomd_copy(cr_Repomd *repomd)
void cr_repomd_add_content_tag(cr_Repomd *repomd, const char *tag)
cr_RepomdRecord * cr_repomd_record_copy(const cr_RepomdRecord *orig)
void cr_repomd_set_record(cr_Repomd *repomd, cr_RepomdRecord *record)
void cr_repomd_sort_records(cr_Repomd *repomd)
void cr_repomd_record_free(cr_RepomdRecord *record)
int cr_repomd_record_rename_file(cr_RepomdRecord *record, GError **err)
void cr_repomd_record_load_contentstat(cr_RepomdRecord *record, cr_ContentStat *stats)
cr_Repomd * cr_repomd_new()