Permit file objects in python header constructor
[platform/upstream/rpm.git] / build.h
diff --git a/build.h b/build.h
index 61370ab..7092af0 100644 (file)
--- a/build.h
+++ b/build.h
@@ -5,9 +5,8 @@
 extern "C" {
 #endif
 
-int build(const char *arg, struct rpmBuildArguments *ba, const char *passPhrase,
-         int fromTarball, char *cookie, const char * rcfile, int force,
-         int nodeps);
+int build(rpmts ts, const char * arg, BTA_t ba,
+               const char * rcfile);
 
 #ifdef __cplusplus
 }