/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _HELLO_H_RPCGEN #define _HELLO_H_RPCGEN #include #ifdef __cplusplus extern "C" { #endif #define HELLOPROG 0x20000044 #define HELLOVERS 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 helloprog_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 helloprog_1_freeresult (); #endif /* K&R C */ #ifdef __cplusplus } #endif #endif /* !_HELLO_H_RPCGEN */