summaryrefslogtreecommitdiff
path: root/cliutils.h
blob: 15979dc66e552ce9bb1a98ba36da0a4852a7b9c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _CLIUTIL_H
#define _CLIUTIL_H

#include <stdio.h>
#include <popt.h>
#include <rpm/rpmutil.h>

RPM_GNUC_NORETURN
void argerror(const char * desc);

void printUsage(poptContext con, FILE * fp, int flags);

#endif /* _CLIUTIL_H */