diff -r da2ae96f639b -r cd501b96611d crypto/weakcryptospi/inc/randsvr.h --- a/crypto/weakcryptospi/inc/randsvr.h Mon Oct 12 10:17:04 2009 +0300 +++ b/crypto/weakcryptospi/inc/randsvr.h Fri Nov 06 13:21:00 2009 +0200 @@ -19,7 +19,7 @@ /** @file - @publishedPartner + @internalComponent @released */ @@ -33,6 +33,6 @@ #include #endif -IMPORT_C TInt RunRandomServer(TAny* /*someParameters*/); +TInt RunRandomServer(TAny* /*someParameters*/); #endif // __RANDSVR_H__