/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _LOC_API_CB_H_RPCGEN #define _LOC_API_CB_H_RPCGEN #include #include #ifdef __cplusplus extern "C" { #endif struct rpc_loc_event_cb_f_type_args { rpc_uint32 cb_id; rpc_loc_client_handle_type loc_handle; rpc_loc_event_mask_type loc_event; rpc_loc_event_payload_u_type *loc_event_payload; }; typedef struct rpc_loc_event_cb_f_type_args rpc_loc_event_cb_f_type_args; struct rpc_loc_event_cb_f_type_rets { rpc_int32 loc_event_cb_f_type_result; }; typedef struct rpc_loc_event_cb_f_type_rets rpc_loc_event_cb_f_type_rets; #define LOC_APICBVERS 0x00010001 #define LOC_APICBPROG 0x3100008c #define LOC_APICBVERS_0001 0x00010001 #if defined(__STDC__) || defined(__cplusplus) #define rpc_loc_event_cb_f_type 1 extern enum clnt_stat rpc_loc_event_cb_f_type_0x00010001(rpc_loc_event_cb_f_type_args *, rpc_loc_event_cb_f_type_rets *, CLIENT *); extern bool_t rpc_loc_event_cb_f_type_0x00010001_svc(rpc_loc_event_cb_f_type_args *, rpc_loc_event_cb_f_type_rets *, struct svc_req *); extern int loc_apicbprog_0x00010001_freeresult (SVCXPRT *, xdrproc_t, caddr_t); #else /* K&R C */ #define rpc_loc_event_cb_f_type 1 extern enum clnt_stat rpc_loc_event_cb_f_type_0x00010001(); extern bool_t rpc_loc_event_cb_f_type_0x00010001_svc(); extern int loc_apicbprog_0x00010001_freeresult (); #endif /* K&R C */ /* the xdr functions */ #if defined(__STDC__) || defined(__cplusplus) extern bool_t xdr_rpc_loc_event_cb_f_type_args (XDR *, rpc_loc_event_cb_f_type_args*); extern bool_t xdr_rpc_loc_event_cb_f_type_rets (XDR *, rpc_loc_event_cb_f_type_rets*); #else /* K&R C */ extern bool_t xdr_rpc_loc_event_cb_f_type_args (); extern bool_t xdr_rpc_loc_event_cb_f_type_rets (); #endif /* K&R C */ #ifdef __cplusplus } #endif #endif /* !_LOC_API_CB_H_RPCGEN */