#ifdef AIX_PROD
/* @(#)61	1.3  src/rpc/sys_idl/nsattrid.h, rpc.idl.src, os2dce21.dss, 960602a.1 5/17/95 09:47:25  */
/*
 *   COMPONENT_NAME: rpc.idl.src
 *
 *   FUNCTIONS: none
 *
 *   ORIGINS: 72
 *
 */
#endif /* AIX_PROD */
/*
 * @OSF_COPYRIGHT@
 * COPYRIGHT NOTICE
 * Copyright (c) 1990, 1991, 1992, 1993, 1994 Open Software Foundation, Inc.
 * ALL RIGHTS RESERVED (DCE).  See the file named COPYRIGHT.DCE for
 * the full copyright text.
 * 
 */
/*
 * HISTORY
 * $Log: nsattrid.h,v $
 * Revision 1.1.2.1  1994/07/28  18:30:31  mori_m
 * 	CR 11294  Added well-known uuid for codesets attribute
 * 	[1994/07/28  18:19:11  mori_m]
 *
 * $EndLog$
 */
/*
**
**  NAME:
**
**      nsattrid.h
**
**	This file is used to reference well know UUIDs for RPC
**
**  FACILITY:
**
**      Remote Procedure Call (RPC)
**
**  ABSTRACT:
**
**  This file defines references to well-known UUIDs for RPC.
**  For DCE 1.1 release, it only defines a reference to a code sets attributes.
**  
**
*/

#ifndef _NSATTRID_H
#define _NSATTRID_H

/* 
 * Name service attribute value for lookup code sets attribute 
 */
extern uuid_t *rpc_c_attr_codesets;

#endif
