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 
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 */

Generated on Thu Apr 18 17:34:42 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002