00001 #ifndef _H_RPMLEAD
00002 #define _H_RPMLEAD
00003
00008 #ifdef __cplusplus
00009 extern "C" {
00010 #endif
00011
00018 rpmRC writeLead(FD_t fd, const struct rpmlead *lead)
00019 /*@globals fileSystem @*/
00020 /*@modifies fd, fileSystem @*/;
00021
00028 rpmRC readLead(FD_t fd, /*@out@*/ struct rpmlead *lead)
00029 /*@modifies fd, *lead @*/;
00030
00031 #ifdef __cplusplus
00032 }
00033 #endif
00034
00035 #endif /* _H_RPMLEAD */
1.2.14 written by Dimitri van Heesch,
© 1997-2002