Permit file objects in python header constructor
[platform/upstream/rpm.git] / build.h
diff --git a/build.h b/build.h
index 7100c8b..7092af0 100644 (file)
--- a/build.h
+++ b/build.h
@@ -6,11 +6,7 @@ extern "C" {
 #endif
 
 int build(rpmts ts, const char * arg, BTA_t ba,
-               /*@null@*/ const char * rcfile)
-       /*@globals rpmGlobalMacroContext, rpmCLIMacroContext,
-               fileSystem, internalState @*/
-       /*@modifies ts, ba->buildAmount, rpmGlobalMacroContext, rpmCLIMacroContext,
-               fileSystem, internalState @*/;
+               const char * rcfile);
 
 #ifdef __cplusplus
 }