summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorroot <devnull@localhost>1996-06-07 18:29:32 +0000
committerroot <devnull@localhost>1996-06-07 18:29:32 +0000
commit081d340a210fb263b19f9cd8df42f92eaf5043ab (patch)
treec74a19846b2d20fa2150c007531dbdf5a2bbe9c4 /build
parent0f3bd22def7d3b2eb728f1c6cdd2e24a91149296 (diff)
downloadrpm-081d340a210fb263b19f9cd8df42f92eaf5043ab.tar.gz
rpm-081d340a210fb263b19f9cd8df42f92eaf5043ab.tar.bz2
rpm-081d340a210fb263b19f9cd8df42f92eaf5043ab.zip
new prototypes
CVS patchset: 617 CVS date: 1996/06/07 18:29:32
Diffstat (limited to 'build')
-rw-r--r--build/specP.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/specP.h b/build/specP.h
index bd7a6e312..2a9eecbf1 100644
--- a/build/specP.h
+++ b/build/specP.h
@@ -54,7 +54,4 @@ struct PackageRec {
struct PackageRec *next;
};
-int addReqProv(struct PackageRec *p, int flags, char *name, char *version);
-int addReqProvHeaderEntry(Header h, struct PackageRec *p);
-
#endif _SPECP_H_