Section 11 Samples
Rev. 1.01 Mar. 17, 2008 Page 112 of 128
REJ10J1822-0101
11.2 sample_clnt.h
/**********************************************************************
File Header Comment : Sample Config File for RPCGEN
**********************************************************************/
/**********************************************************************
* Do not edit, unless you really know what you are doing,
* this file was automatically generated by:
*
* rpcgen.pl on 2007/11/28 12:54
*
* Be aware that this file may be generated as part of the build and
* therefore any changes made by hand will possibly be lost on a
* rebuild.
**********************************************************************/
#ifndef _RPC_SMPL_CLNT_H
#define _RPC_SMPL_CLNT_H
#ifdef __cplusplus
extern "C" {
#endif
INT32 rpcclnt_SMPL_init ( UINT32 __ulRPCServerID, UINT32
__ulRPCServerVersion );
INT32 rpcclnt_SMPL_shutdown ( UINT32 __ulRPCServerID, UINT32
__ulRPCServerVersion );
double atof ( const char * nptr );
int atoi ( const char * nptr );
ER ref_tsk2 ( ID tskid, T_RTSK * pk_rtsk );
ER ref_sem2 ( ID semid, T_RSEM * pk_rsem );
extern INT32 *rpc_retval_adr( void );
#ifdef __cplusplus
}