rpm
4.5
|
#include "system.h"
#include <netinet/in.h>
#include <rpmlib.h>
#include "signature.h"
#include "rpmlead.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
rpmRC | writeLead (FD_t fd, const struct rpmlead *lead) |
Write lead to file handle. More... | |
rpmRC | readLead (FD_t fd, struct rpmlead *lead) |
Read lead from file handle. More... | |
Variables | |
static unsigned char | lead_magic [] |
|
static |
Definition at line 20 of file rpmlead.c.
Referenced by readLead(), and writeLead().