home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2001 June
/
VPR0106A.BIN
/
OLS
/
TAR32212
/
tar32212.lzh
/
tar32_2
/
src
/
rpm.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-12-25
|
229b
|
15 lines
/*
rpm.h
RPM format definisions.
Reference:
RPM File Format(http://www.rpmdp.org/rpmbook/node119.html)
*/
#ifndef ___RPM_H
#define ___RPM_H
int rpm_getheadersize(const char *arcfile);
#endif /* ___RPM_H */