summaryrefslogtreecommitdiff
path: root/rpmio/rpmpgp.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-04-01 22:30:04 +0000
committerjbj <devnull@localhost>2003-04-01 22:30:04 +0000
commitd96a0816260b82501945f1b8e015efcf0839705c (patch)
treecdce02c1b39da797866d5e78dc58d80b47e446c1 /rpmio/rpmpgp.h
parentb0ca58af8e9bca4c1c8d288c71c39d4b484102d8 (diff)
downloadlibrpm-tizen-d96a0816260b82501945f1b8e015efcf0839705c.tar.gz
librpm-tizen-d96a0816260b82501945f1b8e015efcf0839705c.tar.bz2
librpm-tizen-d96a0816260b82501945f1b8e015efcf0839705c.zip
Splint fiddles.
CVS patchset: 6727 CVS date: 2003/04/01 22:30:04
Diffstat (limited to 'rpmio/rpmpgp.h')
-rw-r--r--rpmio/rpmpgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmpgp.h b/rpmio/rpmpgp.h
index 10c1b0583..f4061015c 100644
--- a/rpmio/rpmpgp.h
+++ b/rpmio/rpmpgp.h
@@ -1367,7 +1367,7 @@ DIGEST_CTX rpmDigestDup(DIGEST_CTX octx)
* @param flags bit(s) to control digest operation
* @return digest context
*/
-/*@only@*/
+/*@only@*/ /*@null@*/
DIGEST_CTX rpmDigestInit(pgpHashAlgo hashalgo, rpmDigestFlags flags)
/*@*/;