diff options
author | wtc%netscape.com <devnull@localhost> | 2002-04-05 19:38:03 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2002-04-05 19:38:03 +0000 |
commit | 57bc5e02c695720257b80bdf54c49c853283249d (patch) | |
tree | d35e78de28ea6297e67db8b20e233ffb2ba17b68 /security/nss | |
parent | e507502ae5aaa06219d21d237191c96cc9bd8082 (diff) | |
download | nss-hg-57bc5e02c695720257b80bdf54c49c853283249d.tar.gz |
Restored the 'static' qualifier that was accidentally deleted in the
previous revision.
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/lib/ckfw/sessobj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/ckfw/sessobj.c b/security/nss/lib/ckfw/sessobj.c index 3c8fc3d47..66555fe23 100644 --- a/security/nss/lib/ckfw/sessobj.c +++ b/security/nss/lib/ckfw/sessobj.c @@ -202,7 +202,7 @@ nss_ckmdSessionObject_GetAttributeSize CK_RV *pError ); -NSSCKFWItem +static NSSCKFWItem nss_ckmdSessionObject_GetAttribute ( NSSCKMDObject *mdObject, |