summaryrefslogtreecommitdiff
path: root/build.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-10-17 16:43:36 +0000
committerjbj <devnull@localhost>2001-10-17 16:43:36 +0000
commitd57a29baac08c4cc929c9755cfbc5c93d56a0f4d (patch)
tree586ca6c4d0d8c80d4c037d18f15a30c694fbdb54 /build.h
parent96a3f7a55d444296f97c3e28c8d810e220e1cb9f (diff)
downloadlibrpm-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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.h b/build.h
index 5dc780913..ebbbd156e 100644
--- a/build.h
+++ b/build.h
@@ -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
}