/* Generated by IDL compiler version OSF DCE T1.1.0-03 */
#ifndef DCEAPI 
# include <dce/dcedef.h> 
#endif 
#ifndef codeset_mgmt_v1_0_included
#define codeset_mgmt_v1_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
typedef struct rpc_cs_c_set_s_t {
unsigned32 c_set;
unsigned16 c_max_bytes;
unsigned16 ch_sets_num;
unsigned16 *ch_sets;
} rpc_cs_c_set_t;
typedef struct rpc_codeset_mgmt_s_t {
unsigned32 version;
unsigned32 count;
rpc_cs_c_set_t codesets[1];
} rpc_codeset_mgmt_t;
typedef rpc_codeset_mgmt_t *rpc_codeset_mgmt_p_t;

#ifdef __cplusplus
    }
#endif

#endif
