source: trunk/third/rpm/python/upgrade.h @ 17931

Revision 17931, 332 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17930, which included commits to RCS files with non-trunk default branches.
Line 
1#ifndef H_UPGRADE
2#define H_UPGRADE
3
4/** \ingroup python
5 * \file python/upgrade.h
6 */
7
8struct packageInfo {
9    Header h;
10    char selected;
11    char * name;
12    void * data;
13} ;
14
15struct pkgSet {
16    struct packageInfo ** packages;
17    int numPackages;
18};
19
20int ugFindUpgradePackages(struct pkgSet *psp, char *installRoot);
21
22#endif
Note: See TracBrowser for help on using the repository browser.