/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _HELLOWORLD_H_RPCGEN #define _HELLOWORLD_H_RPCGEN #include #ifdef __cplusplus extern "C" { #endif #define HELLOWORLDPROG 0x30000498 #define HELLOWORLDVERS 1 #if defined(__STDC__) || defined(__cplusplus) #define HELLOWORLD 1 extern char ** helloworld_1(void *, CLIENT *); extern char ** helloworld_1_svc(void *, struct svc_req *); extern int helloworldprog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t); #else /* K&R C */ #define HELLOWORLD 1 extern char ** helloworld_1(); extern char ** helloworld_1_svc(); extern int helloworldprog_1_freeresult (); #endif /* K&R C */ #ifdef __cplusplus } #endif #endif /* !_HELLOWORLD_H_RPCGEN */