/* */
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 */
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 */