diff options
author | jbj <devnull@localhost> | 2002-05-19 18:42:25 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-19 18:42:25 +0000 |
commit | 2126e4ad09e175a4356a29ab03756dbbeb8c976f (patch) | |
tree | e16e86b43a42c9c7fda695b04189afc1d551661b /build.h | |
parent | 38385c8d6323e3695e0b267ab7b2fcffff9f72b3 (diff) | |
download | librpm-tizen-2126e4ad09e175a4356a29ab03756dbbeb8c976f.tar.gz librpm-tizen-2126e4ad09e175a4356a29ab03756dbbeb8c976f.tar.bz2 librpm-tizen-2126e4ad09e175a4356a29ab03756dbbeb8c976f.zip |
- Grand Renaming of rpm data types.
CVS patchset: 5439
CVS date: 2002/05/19 18:42:25
Diffstat (limited to 'build.h')
-rw-r--r-- | build.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ extern "C" { #endif -int build(rpmTransactionSet ts, const char * arg, BTA_t ba, +int build(rpmts ts, const char * arg, BTA_t ba, /*@null@*/ const char * rcfile) /*@globals rpmGlobalMacroContext, rpmCLIMacroContext, fileSystem, internalState @*/ |