summaryrefslogtreecommitdiff
path: root/lib/rpmts.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-06-22 18:51:56 +0000
committerjbj <devnull@localhost>2002-06-22 18:51:56 +0000
commit05cb73a7ee762065339393057d421613866e0418 (patch)
tree533b7192c83e882aab90c337d4356735932de7f0 /lib/rpmts.h
parentba41c1ccb13a7a27466470e501a0d4f30fddec40 (diff)
downloadrpm-05cb73a7ee762065339393057d421613866e0418.tar.gz
rpm-05cb73a7ee762065339393057d421613866e0418.tar.bz2
rpm-05cb73a7ee762065339393057d421613866e0418.zip
Factor bounds checking annotations into source code.
CVS patchset: 5521 CVS date: 2002/06/22 18:51:56
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r--lib/rpmts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h
index ac7fa7e55..2467dc938 100644
--- a/lib/rpmts.h
+++ b/lib/rpmts.h
@@ -596,7 +596,7 @@ int rpmtsGetKeys(rpmts ts,
* @retval np name tag value
* @return name-version-release string
*/
-/*@only@*/ char * hGetNEVR(Header h, /*@out@*/ const char ** np )
+/*@only@*/ char * hGetNEVR(Header h, /*@null@*/ /*@out@*/ const char ** np )
/*@modifies *np @*/;
#ifdef __cplusplus