/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _COUNTCHAR_H_RPCGEN #define _COUNTCHAR_H_RPCGEN #include #ifndef _KERNEL #include #include #endif /* !_KERNEL */ typedef char *buftype; struct stringdata { buftype buf; char findch; }; typedef struct stringdata stringdata; typedef struct countdata *nextcount; struct countdata { char character; int count; nextcount next; }; typedef struct countdata countdata; #define COUNTCHARPROG ((unsigned long)(0x30000825)) #define COUNTVERS ((unsigned long)(1)) #define COUNTCHAR ((unsigned long)(1)) extern enum clnt_stat countchar_1(); extern bool_t countchar_1_svc(); #define COUNTALLCHARS ((unsigned long)(2)) extern enum clnt_stat countallchars_1(); extern bool_t countallchars_1_svc(); extern int countcharprog_1_freeresult(); /* the xdr functions */ extern bool_t xdr_buftype(); extern bool_t xdr_stringdata(); extern bool_t xdr_nextcount(); extern bool_t xdr_countdata(); #endif /* !_COUNTCHAR_H_RPCGEN */