Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

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 Fri Jan 21 18:52:37 2005 for rpm by doxygen 1.3.6