1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#ifndef _H_RPMLEAD #define _H_RPMLEAD #include <rpmlib.h> /* Other definitions went to rpmlib.h */ #ifdef __cplusplus extern "C" { #endif int writeLead(FD_t fd, struct rpmlead *lead); int readLead(FD_t fd, /*@out@*/struct rpmlead *lead); #ifdef __cplusplus } #endif #endif /* _H_RPMLEAD */