diff options
author | ian.mcgreer%sun.com <devnull@localhost> | 2002-03-04 17:17:47 +0000 |
---|---|---|
committer | ian.mcgreer%sun.com <devnull@localhost> | 2002-03-04 17:17:47 +0000 |
commit | a04ae3825577d39915ddaf435feb2291e0b5c74a (patch) | |
tree | 4b3ed7ea5a426fc8687514765e94fdf730586f12 /security | |
parent | 584180740c970de066c37a958ae8a490f7d69da1 (diff) | |
download | nss-hg-a04ae3825577d39915ddaf435feb2291e0b5c74a.tar.gz |
IMPLEMENT-->EXTERN for header file
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/lib/dev/dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/dev/dev.h b/security/nss/lib/dev/dev.h index bbc8fce4f..c9a508abd 100644 --- a/security/nss/lib/dev/dev.h +++ b/security/nss/lib/dev/dev.h @@ -452,7 +452,7 @@ NSSAlgorithmAndParameters_CreateMD5Digest #ifdef NSS_3_4_CODE /* exposing this for the smart card cache code */ -NSS_IMPLEMENT nssCryptokiInstance * +NSS_EXTERN nssCryptokiInstance * nssCryptokiInstance_Create ( NSSArena *arena, |