new prototypes
authorroot <devnull@localhost>
Fri, 7 Jun 1996 18:29:32 +0000 (18:29 +0000)
committerroot <devnull@localhost>
Fri, 7 Jun 1996 18:29:32 +0000 (18:29 +0000)
CVS patchset: 617
CVS date: 1996/06/07 18:29:32

build/specP.h

index bd7a6e3..2a9eecb 100644 (file)
@@ -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_