home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / misc / src / rpm / build / files.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-17  |  331 b   |  15 lines

  1. #ifndef _FILES_H_
  2. #define _FILES_H_
  3.  
  4. #include "spec.h"
  5. #include "specP.h"
  6. #include "stringbuf.h"
  7.  
  8. int finish_filelists(Spec spec);
  9.  
  10. int process_filelist(Header header, struct PackageRec *pr, StringBuf sb,
  11.              int *size, char *name, char *version,
  12.              char *release, int type, char *prefix, char *specFile);
  13.  
  14. #endif _FILES_H_
  15.