home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 November / VPR0311.ISO / OLS / TAR32223 / tar32223.lzh / tar32_2 / src / rpm.h < prev    next >
C/C++ Source or Header  |  2003-01-17  |  229b  |  15 lines

  1. /*
  2.     rpm.h
  3.     RPM format definisions.
  4.  
  5.     Reference:
  6.         RPM File Format(http://www.rpmdp.org/rpmbook/node119.html)
  7. */
  8. #ifndef ___RPM_H
  9. #define ___RPM_H
  10.  
  11. int rpm_getheadersize(const char *arcfile);
  12.  
  13. #endif /* ___RPM_H */
  14.  
  15.