/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _RWALL_H_RPCGEN #define _RWALL_H_RPCGEN #define RPCGEN_VERSION 199506 #include #define WALLPROG ((rpc_uint)100008) #define WALLVERS ((rpc_uint)1) #ifdef __cplusplus #define WALLPROC_WALL ((rpc_uint)2) extern "C" void * wallproc_wall_1(char **, CLIENT *); extern "C" void * wallproc_wall_1_svc(char **, struct svc_req *); #elif __STDC__ #define WALLPROC_WALL ((rpc_uint)2) extern void * wallproc_wall_1(char **, CLIENT *); extern void * wallproc_wall_1_svc(char **, struct svc_req *); #else /* Old Style C */ #define WALLPROC_WALL ((rpc_uint)2) extern void * wallproc_wall_1(); extern void * wallproc_wall_1_svc(); #endif /* Old Style C */ #endif /* !_RWALL_H_RPCGEN */