diff options
author | jbj <devnull@localhost> | 2004-10-17 23:11:24 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-17 23:11:24 +0000 |
commit | 8f1ca37afaf5d83b9be72eb3e2aa6e2ed587084a (patch) | |
tree | 5e80fa5d19c4c73c847988385c43483e5e1990d2 /lib/rpmgi.h | |
parent | ed8a00518df4dd88d234c7ece4e6b481e21efbcc (diff) | |
download | rpm-8f1ca37afaf5d83b9be72eb3e2aa6e2ed587084a.tar.gz rpm-8f1ca37afaf5d83b9be72eb3e2aa6e2ed587084a.tar.bz2 rpm-8f1ca37afaf5d83b9be72eb3e2aa6e2ed587084a.zip |
Add manifests to --arglist processing.
CVS patchset: 7480
CVS date: 2004/10/17 23:11:24
Diffstat (limited to 'lib/rpmgi.h')
-rw-r--r-- | lib/rpmgi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmgi.h b/lib/rpmgi.h index 269c29f74..53a9f3f7b 100644 --- a/lib/rpmgi.h +++ b/lib/rpmgi.h @@ -49,7 +49,7 @@ struct rpmgi_s { const char * queryFormat; /*@dependent@*/ - char *const * argv; + ARGV_t argv; int argc; int ftsOpts; /*@dependent@*/ @@ -117,7 +117,7 @@ rpmgi rpmgiFree(/*@killref@*/ /*@only@*/ /*@null@*/ rpmgi gi) * @return new general iterator */ /*@only@*/ -rpmgi rpmgiNew(rpmts ts, int tag, const void * keyp, size_t keylen) +rpmgi rpmgiNew(rpmts ts, int tag, /*@only@*/ void *const keyp, size_t keylen) /*@*/; const char * rpmgiNext(/*@null@*/ rpmgi gi) |