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, struct rpmlead *lead);
00022 
00029 int readLead(FD_t fd, /*@out@*/ struct rpmlead *lead)
00030         /*@modifies fd, *lead @*/;
00031 
00032 #ifdef __cplusplus
00033 }
00034 #endif
00035 
00036 #endif  /* _H_RPMLEAD */

Generated on Wed Mar 13 15:34:48 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002