diff options
author | jbj <devnull@localhost> | 2001-05-05 19:28:32 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-05-05 19:28:32 +0000 |
commit | 8f75bbc17dab6c334583f33c7b912fb16d2ddc4b (patch) | |
tree | 145862352d95e2d391f0d65db0027d44bf236b39 /lib/signature.h | |
parent | d78e027808deb6aef4e65338d160986d7e576a90 (diff) | |
download | librpm-tizen-8f75bbc17dab6c334583f33c7b912fb16d2ddc4b.tar.gz librpm-tizen-8f75bbc17dab6c334583f33c7b912fb16d2ddc4b.tar.bz2 librpm-tizen-8f75bbc17dab6c334583f33c7b912fb16d2ddc4b.zip |
- enough lclint annotations and fiddles already.
CVS patchset: 4741
CVS date: 2001/05/05 19:28:32
Diffstat (limited to 'lib/signature.h')
-rw-r--r-- | lib/signature.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/signature.h b/lib/signature.h index 59d613d47..4e88d21a6 100644 --- a/lib/signature.h +++ b/lib/signature.h @@ -92,8 +92,8 @@ int rpmLookupSignatureType(int action) * Return path to pgp executable of given type, or NULL when not found. */ /*@null@*/ const char * rpmDetectPGPVersion( - /*@null@*/ /*@out@*/ pgpVersion *pgpVersion) - /*@modifies *pgpVersion, fileSystem @*/; + /*@null@*/ /*@out@*/ pgpVersion * pgpVer) + /*@modifies *pgpVer, fileSystem @*/; #ifdef __cplusplus } |