#include "system.h"
#include <stdlib.h>
#include <rpm/rpmlog.h>
#include "rpmcli-common.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
void | argerror (const char *desc) |
static void | printVersion (FILE *fp) |
static void | printBanner (FILE *fp) |
void | printUsage (poptContext con, FILE *fp, int flags) |
void argerror | ( | const char * | desc | ) |
static void printBanner | ( | FILE * | fp | ) | [static] |
void printUsage | ( | poptContext | con, | |
FILE * | fp, | |||
int | flags | |||
) |
Definition at line 25 of file rpmcli-common.c.
References printBanner(), printVersion(), and rpmIsVerbose.
Referenced by main().
static void printVersion | ( | FILE * | fp | ) | [static] |
Definition at line 14 of file rpmcli-common.c.
Referenced by printUsage().