• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

rpmcli-common.h

Go to the documentation of this file.
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 */

Generated on Fri Aug 20 2010 for rpm by  doxygen 1.7.1