rpm  4.9.90
rpmrepo.c
Go to the documentation of this file.
00001 #include "system.h"
00002 #include <rpm/rpmcli.h>
00003 #include "lib/rpmrepo.h"
00004 #include "debug.h"
00005 
00006 int main(int argc, char *argv[])
00007 {
00008     poptContext optCon = rpmcliInit(argc, argv, NULL);
00009 
00010     rpmcliFini(optCon);
00011     return 0;
00012 }