diff options
author | jbj <devnull@localhost> | 2001-06-04 13:55:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-04 13:55:58 +0000 |
commit | 750d54d8a33e67d8f89ed95a785c0f025c833aa8 (patch) | |
tree | b884b1b98864221da1ccc14c5551579cb885be73 /rpmio/ugid.h | |
parent | 9e1929c9bb268faad7c8f140161504dbaf7f00f0 (diff) | |
download | librpm-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.h | 1 |
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 |