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

#ifdef __cplusplus
    extern "C" {
#endif

#ifndef nbase_v0_0_included
#include <dce/nbase.h>
#endif
#ifndef rgynbase_v0_0_included
#include <dce/rgynbase.h>
#endif
#ifndef sec_rgy_bind_v0_0_included
#include <dce/binding.h>
#endif
#ifndef rplbase_v0_0_included
#include <dce/rplbase.h>
#endif
extern void  DCEAPI sec_rgy_replist_add_replica(
#ifdef IDL_PROTOTYPES
    /* [in] */ sec_rgy_handle_t context,
    /* [in] */ uuid_p_t rep_id,
    /* [in] */ rs_replica_name_p_t rep_name,
    /* [in] */ rs_replica_twr_vec_p_t rep_twrs,
    /* [out] */ error_status_t *status
#endif
);
extern void  DCEAPI sec_rgy_replist_replace_replica(
#ifdef IDL_PROTOTYPES
    /* [in] */ sec_rgy_handle_t context,
    /* [in] */ uuid_p_t rep_id,
    /* [in] */ rs_replica_name_p_t rep_name,
    /* [in] */ rs_replica_twr_vec_p_t rep_twrs,
    /* [out] */ error_status_t *status
#endif
);
extern void  DCEAPI sec_rgy_replist_delete_replica(
#ifdef IDL_PROTOTYPES
    /* [in] */ sec_rgy_handle_t context,
    /* [in] */ uuid_p_t rep_id,
    /* [in] */ boolean32 force_delete,
    /* [out] */ error_status_t *status
#endif
);
extern void  DCEAPI sec_rgy_replist_read(
#ifdef IDL_PROTOTYPES
    /* [in] */ sec_rgy_handle_t context,
    /* [in, out] */ uuid_t *marker,
    /* [in] */ unsigned32 max_ents,
    /* [out] */ unsigned32 *n_ents,
    /* [out] */ rs_replica_item_t replist[],
    /* [out] */ error_status_t *status
#endif
);
extern void  DCEAPI sec_rgy_replist_read_full(
#ifdef IDL_PROTOTYPES
    /* [in] */ sec_rgy_handle_t context,
    /* [in, out] */ uuid_t *marker,
    /* [in] */ unsigned32 max_ents,
    /* [out] */ unsigned32 *n_ents,
    /* [out] */ rs_replica_item_full_t replist[],
    /* [out] */ error_status_t *status
#endif
);

#ifdef __cplusplus
    }
#endif

#endif
