summaryrefslogtreecommitdiff
path: root/rpmio/argv.h
diff options
context:
space:
mode:
Diffstat (limited to 'rpmio/argv.h')
-rw-r--r--rpmio/argv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmio/argv.h b/rpmio/argv.h
index 202aa4645..7cab8f23d 100644
--- a/rpmio/argv.h
+++ b/rpmio/argv.h
@@ -61,7 +61,7 @@ int argiCount(/*@null@*/ const ARGI_t argi)
* @return argi array data address
*/
/*@null@*/
-const ARGint_t argiData(/*@null@*/ const ARGI_t argi)
+ARGint_t argiData(/*@null@*/ const ARGI_t argi)
/*@*/;
/**
@@ -78,7 +78,7 @@ int argvCount(/*@null@*/ const ARGV_t argv)
* @return argv array data address
*/
/*@null@*/
-const ARGV_t argvData(/*@null@*/ const ARGV_t argv)
+ARGV_t argvData(/*@null@*/ const ARGV_t argv)
/*@*/;
/**