~ubuntu-branches/debian/sid/rpm/sid

« back to all changes in this revision

Viewing changes to lib/rpmtypes.h

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2013-06-06 11:39:34 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130606113934-ela3du14fyba0t6u
Tags: 4.11.0.1-1
* New upstream release.
* Bump standards to 3.9.4.
* Refresh patches, update patch from Fedora.
* Build with Lua 5.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
typedef struct rpmPubkey_s * rpmPubkey;
78
78
typedef struct rpmKeyring_s * rpmKeyring;
79
79
 
 
80
typedef uint32_t rpmsid;
 
81
typedef struct rpmstrPool_s * rpmstrPool;
 
82
 
80
83
typedef struct rpmPlugins_s * rpmPlugins;
81
84
 
82
85
typedef struct rpmgi_s * rpmgi;