summaryrefslogtreecommitdiff
path: root/build.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-05 19:26:22 +0000
committerjbj <devnull@localhost>2001-06-05 19:26:22 +0000
commit4ae69250a2595531743074d81aec5804a1b5573f (patch)
treec0eb69d1a276ee9421a12745eae40bcfaa122dfa /build.h
parent750d54d8a33e67d8f89ed95a785c0f025c833aa8 (diff)
downloadrpm-4ae69250a2595531743074d81aec5804a1b5573f.tar.gz
rpm-4ae69250a2595531743074d81aec5804a1b5573f.tar.bz2
rpm-4ae69250a2595531743074d81aec5804a1b5573f.zip
- fix typos in linux.{req,prov}.
CVS patchset: 4834 CVS date: 2001/06/05 19:26:22
Diffstat (limited to 'build.h')
-rw-r--r--build.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.h b/build.h
index b65b45743..964602b44 100644
--- a/build.h
+++ b/build.h
@@ -6,7 +6,8 @@ extern "C" {
#endif
int build(const char * arg, BTA_t ba, const char * passPhrase,
- char * cookie, /*@null@*/ const char * rcfile);
+ char * cookie, /*@null@*/ const char * rcfile)
+ /*@modifies ba->buildAmount, fileSystem @*/;
#ifdef __cplusplus
}