Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

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 Sun Oct 26 13:02:00 2003 for rpm by doxygen1.2.18