crypto/weakcryptospi/inc/randsvr.h
changeset 20 1afc808f187d
parent 19 cd501b96611d
equal deleted inserted replaced
17:445614b8b140 20:1afc808f187d
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 /**
    20 /**
    21  @file 
    21  @file 
    22  @publishedPartner
    22  @internalComponent
    23  @released
    23  @released
    24 */
    24 */
    25  
    25  
    26 #ifndef __RANDSVR_H__
    26 #ifndef __RANDSVR_H__
    27 #define __RANDSVR_H__
    27 #define __RANDSVR_H__
    31 
    31 
    32 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
    32 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
    33 #include <randsvrimpl.h>
    33 #include <randsvrimpl.h>
    34 #endif
    34 #endif
    35 
    35 
    36 IMPORT_C TInt RunRandomServer(TAny* /*someParameters*/);
    36 TInt RunRandomServer(TAny* /*someParameters*/);
    37 
    37 
    38 #endif // __RANDSVR_H__
    38 #endif // __RANDSVR_H__