home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 May / pcp151c.iso / misc / src / rpm / lib / rpmlead.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-17  |  199 b   |  12 lines

  1. #ifndef _H_RPMLEAD
  2. #define _H_RPMLEAD
  3.  
  4. #include "rpmlib.h"
  5.  
  6. /* Other definitions went to rpmlib.h */
  7.  
  8. int writeLead(int fd, struct rpmlead *lead);
  9. int readLead(int fd, struct rpmlead *lead);
  10.  
  11. #endif
  12.