home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1999 May
/
pcp151c.iso
/
misc
/
src
/
rpm
/
lib
/
rpmlead.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-09-17
|
199 b
|
12 lines
#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