00001 #ifndef _CLI_COMMON_H 00002 #define _CLI_COMMON_H 00003 00004 #include <stdio.h> 00005 #include <popt.h> 00006 #include <rpm/rpmutil.h> 00007 00008 RPM_GNUC_NORETURN 00009 void argerror(const char * desc); 00010 00011 void printUsage(poptContext con, FILE * fp, int flags); 00012 00013 #endif /* _CLI_COMMON_H */