summaryrefslogtreecommitdiff
path: root/rpmio/ugid.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-04 13:55:58 +0000
committerjbj <devnull@localhost>2001-06-04 13:55:58 +0000
commit750d54d8a33e67d8f89ed95a785c0f025c833aa8 (patch)
treeb884b1b98864221da1ccc14c5551579cb885be73 /rpmio/ugid.h
parent9e1929c9bb268faad7c8f140161504dbaf7f00f0 (diff)
downloadlibrpm-tizen-750d54d8a33e67d8f89ed95a785c0f025c833aa8.tar.gz
librpm-tizen-750d54d8a33e67d8f89ed95a785c0f025c833aa8.tar.bz2
librpm-tizen-750d54d8a33e67d8f89ed95a785c0f025c833aa8.zip
lclint fiddles.
CVS patchset: 4833 CVS date: 2001/06/04 13:55:58
Diffstat (limited to 'rpmio/ugid.h')
-rw-r--r--rpmio/ugid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmio/ugid.h b/rpmio/ugid.h
index d81530433..9c5ea46bd 100644
--- a/rpmio/ugid.h
+++ b/rpmio/ugid.h
@@ -16,6 +16,7 @@ int gnameToGid(const char * thisGname, /*@out@*/ gid_t * gid);
/* Call w/ -1 to flush the cache, returns NULL if the user can't be found */
/*@observer@*/ /*@null@*/ char * uidToUname(uid_t uid);
+/*@unused@*/
/*@observer@*/ /*@null@*/ char * gidToGname(gid_t gid);
#ifdef __cplusplus