/* Generated by IDL compiler version OSF DCE T1.1.0-03 */
#ifndef DCEAPI 
# include <dce/dcedef.h> 
#endif 
#ifndef rpriv_v1_0_included
#define rpriv_v1_0_included
#ifndef IDLBASE_H
#include <dce/idlbase.h>
#endif
#include <dce/rpc.h>

#ifdef __cplusplus
    extern "C" {
#endif

#ifndef nbase_v0_0_included
#include <dce/nbase.h>
#endif
#ifndef prvnbase_v0_0_included
#include <dce/prvnbase.h>
#endif
extern void  DCEAPI rpriv_get_ptgt(
#ifdef IDL_PROTOTYPES
    /* [in] */ handle_t handle,
    /* [in] */ unsigned32 authn_svc,
    /* [in] */ unsigned32 authz_svc,
    /* [in] */ rpriv_pickle_t *ptgt_req,
    /* [out] */ rpriv_pickle_t **ptgt_rep,
    /* [out] */ error_status_t *status
#endif
);
typedef struct rpriv_v1_0_epv_t {
void (* DCEAPI rpriv_get_ptgt)(
#ifdef IDL_PROTOTYPES
    /* [in] */ handle_t handle,
    /* [in] */ unsigned32 authn_svc,
    /* [in] */ unsigned32 authz_svc,
    /* [in] */ rpriv_pickle_t *ptgt_req,
    /* [out] */ rpriv_pickle_t **ptgt_rep,
    /* [out] */ error_status_t *status
#endif
);
} rpriv_v1_0_epv_t;
extern rpriv_v1_0_epv_t rpriv_v1_0_c_epv;
extern rpc_if_handle_t DCEVAR rpriv_v1_0_c_ifspec;
extern rpc_if_handle_t DCEVAR rpriv_v1_0_s_ifspec;

#ifdef __cplusplus
    }
#endif

#endif
