diff options
author | jbj <devnull@localhost> | 2000-06-01 04:47:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-06-01 04:47:42 +0000 |
commit | dcbbd4721720c4cd0514326d572c359b2976a497 (patch) | |
tree | ad4b0e52ada750c0ee1b8b70c2f4046a0ebc731b /build.h | |
parent | 9b910f6c5478707623cb37ab20497041124baeba (diff) | |
download | rpm-dcbbd4721720c4cd0514326d572c359b2976a497.tar.gz rpm-dcbbd4721720c4cd0514326d572c359b2976a497.tar.bz2 rpm-dcbbd4721720c4cd0514326d572c359b2976a497.zip |
Split popt glue into lib/popt{BT,QV}.c.
Add dependencies to *.la.
CVS patchset: 3787
CVS date: 2000/06/01 04:47:42
Diffstat (limited to 'build.h')
-rw-r--r-- | build.h | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -5,21 +5,6 @@ extern "C" { #endif -extern struct poptOption rpmBuildPoptTable[]; - -struct rpmBuildArguments { - int buildAmount; - const char *buildRootOverride; - char *targets; - int useCatalog; - int noLang; - int noBuild; - int shortCircuit; - char buildMode; - char buildChar; - /*@dependent@*/ const char *rootdir; -}; - int build(const char *arg, struct rpmBuildArguments *ba, const char *passPhrase, int fromTarball, char *cookie, const char * rcfile, int force, int nodeps); |