From: root Date: Tue, 20 Feb 1996 15:59:34 +0000 (+0000) Subject: pass passPhrase to doBuild X-Git-Tag: rpm-4.4-release~5380 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57b6582561af071081a3c1b553e44bdac2368516;p=platform%2Fupstream%2Frpm.git pass passPhrase to doBuild CVS patchset: 355 CVS date: 1996/02/20 15:59:34 --- diff --git a/build/build.h b/build/build.h index 761262c..28cffb8 100644 --- a/build/build.h +++ b/build/build.h @@ -3,7 +3,7 @@ #include "spec.h" -int doBuild(Spec s, int flags); +int doBuild(Spec s, int flags, char *passPhrase); int execPrep(Spec s, int really_exec); int execBuild(Spec s); int execInstall(Spec s);