Remove bogus const from ARGV_t
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 7 Apr 2008 06:29:06 +0000 (09:29 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 7 Apr 2008 09:19:33 +0000 (12:19 +0300)
rpmio/argv.h

index 18951c8..e3bbcc1 100644 (file)
@@ -12,7 +12,7 @@ extern "C" {
 #endif
 
 typedef        const char * ARGstr_t;
-typedef ARGstr_t * ARGV_t;
+typedef char ** ARGV_t;
 
 typedef        int * ARGint_t;
 struct ARGI_s {