summaryrefslogtreecommitdiff
path: root/lib/rpmlead.h
blob: 157d6a1f4ad6ae59d5df64e8c590d2cc6142ff81 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _H_RPMLEAD
#define _H_RPMLEAD

#include "rpmlib.h"

/* Other definitions went to rpmlib.h */

int writeLead(int fd, struct rpmlead *lead);
int readLead(int fd, struct rpmlead *lead);

#endif	/* _H_RPMLEAD */