From ed4688aca76a81449ac3debdd8ef60a7afd5c45d Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 17 Oct 2004 23:32:55 +0000 Subject: Glob ftswalk/arglist args always. CVS patchset: 7481 CVS date: 2004/10/17 23:32:55 --- lib/rpmgi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rpmgi.h') diff --git a/lib/rpmgi.h b/lib/rpmgi.h index 53a9f3f7b..61b3b819c 100644 --- a/lib/rpmgi.h +++ b/lib/rpmgi.h @@ -117,7 +117,7 @@ rpmgi rpmgiFree(/*@killref@*/ /*@only@*/ /*@null@*/ rpmgi gi) * @return new general iterator */ /*@only@*/ -rpmgi rpmgiNew(rpmts ts, int tag, /*@only@*/ void *const keyp, size_t keylen) +rpmgi rpmgiNew(rpmts ts, int tag, void *const keyp, size_t keylen) /*@*/; const char * rpmgiNext(/*@null@*/ rpmgi gi) -- cgit v1.2.3