summaryrefslogtreecommitdiff
path: root/lib/rpmts.h
diff options
context:
space:
mode:
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