#include "system.h"
#include <rpmcli.h>
#include "debug.h"
Go to the source code of this file.
Defines | |
#define | POPT_ADDSIGN -1005 |
#define | POPT_RESIGN -1006 |
Functions | |
void | signArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) |
Variables | |
rpmSignArguments_s | rpmKArgs |
poptOption | rpmSignPoptTable [] |
Definition in file poptK.c.
|
Definition at line 16 of file poptK.c. Referenced by signArgCallback(). |
|
Definition at line 17 of file poptK.c. Referenced by signArgCallback(). |
|
Definition at line 21 of file poptK.c. References rpmSignArguments_s::addSign, POPT_ADDSIGN, POPT_RESIGN, poptContext, RESIGN_ADD_SIGNATURE, RESIGN_CHK_SIGNATURE, RESIGN_NEW_SIGNATURE, rpmKArgs, and poptOption::val. |