diff options
author | jbj <devnull@localhost> | 2001-10-17 16:43:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-17 16:43:36 +0000 |
commit | d57a29baac08c4cc929c9755cfbc5c93d56a0f4d (patch) | |
tree | 586ca6c4d0d8c80d4c037d18f15a30c694fbdb54 /build.h | |
parent | 96a3f7a55d444296f97c3e28c8d810e220e1cb9f (diff) | |
download | librpm-tizen-d57a29baac08c4cc929c9755cfbc5c93d56a0f4d.tar.gz librpm-tizen-d57a29baac08c4cc929c9755cfbc5c93d56a0f4d.tar.bz2 librpm-tizen-d57a29baac08c4cc929c9755cfbc5c93d56a0f4d.zip |
Converging on lclint-3.0.17 strict level.
CVS patchset: 5118
CVS date: 2001/10/17 16:43:36
Diffstat (limited to 'build.h')
-rw-r--r-- | build.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,9 +7,10 @@ extern "C" { int build(const char * arg, BTA_t ba, const char * passPhrase, char * cookie, /*@null@*/ const char * rcfile) - /*@globals rpmGlobalMacroContext, + /*@globals rpmGlobalMacroContext, rpmCLIMacroContext, fileSystem, internalState @*/ - /*@modifies ba->buildAmount, fileSystem, internalState @*/; + /*@modifies ba->buildAmount, rpmGlobalMacroContext, rpmCLIMacroContext, + fileSystem, internalState @*/; #ifdef __cplusplus } |