add readLead() and writeLead()
authormarc <devnull@localhost>
Fri, 5 Jan 1996 03:05:34 +0000 (03:05 +0000)
committermarc <devnull@localhost>
Fri, 5 Jan 1996 03:05:34 +0000 (03:05 +0000)
CVS patchset: 128
CVS date: 1996/01/05 03:05:34

lib/rpmlead.h

index 2b9cb6a..3711012 100644 (file)
@@ -25,4 +25,7 @@ struct rpmlead {
     char reserved[16];      /* pads to 96 bytes -- 8 byte aligned! */
 } ;
 
+int writeLead(int fd, struct rpmlead *lead);
+int readLead(int fd, struct rpmlead *lead);
+
 #endif