summaryrefslogtreecommitdiff
path: root/build/reqprov.h
blob: 14cbc379d0a59f4b2ada507393960c18f5b049ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef _H_REQPROV_
#define _H_REQPROV_

#include "spec.h"
#include "package.h"
#include "lib/cpio.h"

#ifdef __cplusplus
extern "C" {
#endif

int addReqProv(Spec spec, Package pkg,
	       int flag, char *name, char *version, int index);

#ifdef	DYING
int generateAutoReqProv(Spec spec, Package pkg,
			struct cpioFileMapping *cpioList, int cpioCount);
void printReqs(Spec spec, Package pkg);
#endif

#ifdef __cplusplus
}
#endif

#endif	/* _H_REQPROV_ */