blob: e9cd63e5fca0338286f5ebd3b267d11133a74338 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _FILES_H_
#define _FILES_H_
#include "spec.h"
#include "specP.h"
#include "stringbuf.h"
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_
|