summaryrefslogtreecommitdiff
path: root/build.h
diff options
context:
space:
mode:
Diffstat (limited to 'build.h')
-rw-r--r--build.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.h b/build.h
index 964602b44..5dc780913 100644
--- a/build.h
+++ b/build.h
@@ -7,7 +7,9 @@ extern "C" {
int build(const char * arg, BTA_t ba, const char * passPhrase,
char * cookie, /*@null@*/ const char * rcfile)
- /*@modifies ba->buildAmount, fileSystem @*/;
+ /*@globals rpmGlobalMacroContext,
+ fileSystem, internalState @*/
+ /*@modifies ba->buildAmount, fileSystem, internalState @*/;
#ifdef __cplusplus
}