diff options
author | Klaus Kaempf <kkaempf@suse.de> | 2008-04-08 13:31:11 +0000 |
---|---|---|
committer | Klaus Kaempf <kkaempf@suse.de> | 2008-04-08 13:31:11 +0000 |
commit | 2f078efd5d7c9dda6a49353cd004fb881c1dc336 (patch) | |
tree | 6df2009ee4f45325d9ed5768f90c5b2beb827440 /src/repodata.h | |
parent | 3d6bafd5aafe39b695f1477e3aa67a229e2d059d (diff) | |
download | libsolv-2f078efd5d7c9dda6a49353cd004fb881c1dc336.tar.gz libsolv-2f078efd5d7c9dda6a49353cd004fb881c1dc336.tar.bz2 libsolv-2f078efd5d7c9dda6a49353cd004fb881c1dc336.zip |
more comments
Diffstat (limited to 'src/repodata.h')
-rw-r--r-- | src/repodata.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/repodata.h b/src/repodata.h index 943cf80..d13dd87 100644 --- a/src/repodata.h +++ b/src/repodata.h @@ -158,7 +158,11 @@ void repodata_set_id(Repodata *data, Id entry, Id keyname, Id id); /* */ void repodata_set_poolstr(Repodata *data, Id entry, Id keyname, const char *str); + +/* set numeric constant */ void repodata_set_constant(Repodata *data, Id entry, Id keyname, unsigned int constant); + +/* set Id constant */ void repodata_set_constantid(Repodata *data, Id entry, Id keyname, Id id); /* checksum */ @@ -197,5 +201,4 @@ const char *repodata_chk2str(Repodata *data, Id type, const unsigned char *buf); unsigned int repodata_compress_page(unsigned char *, unsigned int, unsigned char *, unsigned int); void repodata_read_or_setup_pages(Repodata *data, unsigned int pagesz, unsigned int blobsz); - #endif /* SATSOLVER_REPODATA_H */ |