/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _DIRLIST_H_RPCGEN #define _DIRLIST_H_RPCGEN #define RPCGEN_VERSION 199506 #include struct delist { char *del_name; struct delist *del_next; }; typedef struct delist delist; #ifdef __cplusplus extern "C" bool_t xdr_delist(XDR *, delist*); #elif __STDC__ extern bool_t xdr_delist(XDR *, delist*); #else /* Old Style C */ bool_t xdr_delist(); #endif /* Old Style C */ struct dirlist_res { int dlr_errno; union { delist *dlr_head; } dirlist_res_u; }; typedef struct dirlist_res dirlist_res; #ifdef __cplusplus extern "C" bool_t xdr_dirlist_res(XDR *, dirlist_res*); #elif __STDC__ extern bool_t xdr_dirlist_res(XDR *, dirlist_res*); #else /* Old Style C */ bool_t xdr_dirlist_res(); #endif /* Old Style C */ #define DIRLIST_PROG ((u_long)0x20001003) #define DIRLIST_VERSION ((u_long)1) #ifdef __cplusplus #define DIRLIST ((u_long)11) extern "C" dirlist_res * dirlist_1(char **, CLIENT *); extern "C" dirlist_res * dirlist_1_svc(char **, struct svc_req *); #elif __STDC__ #define DIRLIST ((u_long)11) extern dirlist_res * dirlist_1(char **, CLIENT *); extern dirlist_res * dirlist_1_svc(char **, struct svc_req *); #else /* Old Style C */ #define DIRLIST ((u_long)11) extern dirlist_res * dirlist_1(); extern dirlist_res * dirlist_1_svc(); #endif /* Old Style C */ #endif /* !_DIRLIST_H_RPCGEN */