crypto/weakcryptospi/inc/randsvr.h
changeset 19 cd501b96611d
parent 8 35751d3474b7
equal deleted inserted replaced
15:da2ae96f639b 19:cd501b96611d
    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__