python/upgrade.h

Go to the documentation of this file.
00001 #ifndef H_UPGRADE
00002 #define H_UPGRADE
00003 
00008 struct packageInfo {
00009     Header h;
00010     char selected;
00011     char * name;
00012     void * data;
00013 } ;
00014 
00015 struct pkgSet {
00016     struct packageInfo ** packages;
00017     int numPackages;
00018 };
00019 
00020 int ugFindUpgradePackages(struct pkgSet *psp, char *installRoot);
00021 
00022 #endif

Generated on Wed Oct 25 06:55:47 2006 for rpm by  doxygen 1.4.7