diff options
Diffstat (limited to 'cliutils.h')
-rw-r--r-- | cliutils.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cliutils.h b/cliutils.h new file mode 100644 index 000000000..15979dc66 --- /dev/null +++ b/cliutils.h @@ -0,0 +1,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 */ |