razor.h
changeset 224 5803b6151d02
parent 216 b97c130460a5
child 225 c51f49f38d18
     1.1 --- a/razor.h	Wed Jun 04 13:27:49 2008 -0400
     1.2 +++ b/razor.h	Sun Jun 08 17:11:41 2008 -0400
     1.3 @@ -51,6 +51,11 @@
     1.4  struct razor_package *
     1.5  razor_set_get_package(struct razor_set *set, const char *package);
     1.6  
     1.7 +const char *
     1.8 +razor_package_get_summary(struct razor_set *set, struct razor_package *package);
     1.9 +const char *
    1.10 +razor_package_get_description(struct razor_set *set, struct razor_package *package);
    1.11 +
    1.12  struct razor_package_iterator;
    1.13  struct razor_package_iterator *
    1.14  razor_package_iterator_create(struct razor_set *set);
    1.15 @@ -170,6 +175,9 @@
    1.16  				  const char *name,
    1.17  				  const char *version,
    1.18  				  const char *arch);
    1.19 +void razor_importer_add_details(struct razor_importer *importer,
    1.20 +				const char *summary,
    1.21 +				const char *description);
    1.22  void razor_importer_add_property(struct razor_importer *importer,
    1.23  				 const char *name,
    1.24  				 enum razor_version_relation relation,