lib/rpmlead.h

Go to the documentation of this file.
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 */

Generated on Fri Oct 12 08:44:53 2007 for rpm by  doxygen 1.5.2