00001 #ifndef _H_RPMLEAD 00002 #define _H_RPMLEAD 00003 00009 #include <rpmlib.h> 00010 00011 #ifdef __cplusplus 00012 extern "C" { 00013 #endif 00014 00021 int writeLead(FD_t fd, const struct rpmlead *lead) 00022 /*@globals fileSystem @*/ 00023 /*@modifies fd, fileSystem @*/; 00024 00031 int readLead(FD_t fd, /*@out@*/ struct rpmlead *lead) 00032 /*@modifies fd, *lead @*/; 00033 00034 #ifdef __cplusplus 00035 } 00036 #endif 00037 00038 #endif /* _H_RPMLEAD */