rpm  4.5
rpmlead.h
Go to the documentation of this file.
1 #ifndef _H_RPMLEAD
2 #define _H_RPMLEAD
3 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
18 rpmRC writeLead(FD_t fd, const struct rpmlead *lead)
19  /*@globals fileSystem @*/
20  /*@modifies fd, fileSystem @*/;
21 
28 rpmRC readLead(FD_t fd, /*@out@*/ struct rpmlead *lead)
29  /*@modifies fd, *lead @*/;
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 
35 #endif /* _H_RPMLEAD */