home *** CD-ROM | disk | FTP | other *** search
- #ifndef _FILES_H_
- #define _FILES_H_
-
- #include "spec.h"
- #include "specP.h"
- #include "stringbuf.h"
-
- int finish_filelists(Spec spec);
-
- int process_filelist(Header header, struct PackageRec *pr, StringBuf sb,
- int *size, char *name, char *version,
- char *release, int type, char *prefix, char *specFile);
-
- #endif _FILES_H_
-