pass passPhrase to doBuild
CVS patchset: 355 CVS date: 1996/02/20 15:59:34
This commit is contained in:
parent
b3769faaa3
commit
57b6582561
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue