diff options
author | jbj <devnull@localhost> | 2002-10-21 19:29:23 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-10-21 19:29:23 +0000 |
commit | 9f8af168ceda5737a8b6f83f7311d66e0ddcf21f (patch) | |
tree | f226ec548bf129dcbcf0a8adb83d683950ad841c /build/rpmbuild.h | |
parent | 01360cd4be4bd9c467132ffe11719c8f81dd63e8 (diff) | |
download | librpm-tizen-9f8af168ceda5737a8b6f83f7311d66e0ddcf21f.tar.gz librpm-tizen-9f8af168ceda5737a8b6f83f7311d66e0ddcf21f.tar.bz2 librpm-tizen-9f8af168ceda5737a8b6f83f7311d66e0ddcf21f.zip |
Add per-interpreter perl dependencies.
CVS patchset: 5792
CVS date: 2002/10/21 19:29:23
Diffstat (limited to 'build/rpmbuild.h')
-rw-r--r-- | build/rpmbuild.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h index a4ea7b002..9e8fdc165 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -449,22 +449,6 @@ int processSourceFiles(Spec spec) rpmGlobalMacroContext, fileSystem, internalState @*/; /** \ingroup rpmbuild - * Return output from helper script. - * @param dir directory to run in (or NULL) - * @param argv program and arguments to run - * @param writePtr bytes to feed to script on stdin (or NULL) - * @param writeBytesLeft no. of bytes to feed to script on stdin - * @param failNonZero is script failure an error? - * @return buffered stdout from script, NULL on error - */ -/*@null@*/ -StringBuf getOutputFrom(/*@null@*/ const char * dir, char * argv[], - const char * writePtr, int writeBytesLeft, - int failNonZero) - /*@globals fileSystem, internalState@*/ - /*@modifies fileSystem, internalState@*/; - -/** \ingroup rpmbuild * Parse spec file into spec control structure. * @retval specp spec file control structure * @param specFile |