blob: aa06e6679af4e257ddb7aec7ccb8fe0d31f28bc0 (
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);
#endif _FILES_H_
|