home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / os2hdr.exe / NWDSNAME.H < prev    next >
C/C++ Source or Header  |  1993-06-21  |  1KB  |  55 lines

  1. #ifndef    _NWDSNAME_HEADER_
  2. #define    _NWDSNAME_HEADER_
  3.  
  4. /****************************************************************************
  5.  *
  6.  * (C) Unpublished Copyright of Novell, Inc.  All Rights Reserved.
  7.  *
  8.  * No part of this file may be duplicated, revised, translated, localized
  9.  * or modified in any manner or compiled, linked or uploaded or downloaded
  10.  * to or from any computer system without the prior written permission of
  11.  * Novell, Inc.
  12.  *
  13.  ****************************************************************************/
  14.  
  15. #ifndef __NWDSTYPE_H
  16. #include <nwdstype.h>
  17. #endif
  18.  
  19. #ifndef    _NWDSDC_HEADER_
  20. #include <nwdsdc.h>
  21. #endif
  22.  
  23.  
  24. #ifdef __cplusplus
  25.     extern "C" {
  26. #endif
  27.  
  28. NWDSCCODE NWAPI NWDSAbbreviateName
  29. (
  30.     NWDSContextHandle    context,
  31.     char    NWPTR inName,
  32.     char    NWPTR abbreviatedName
  33. );
  34.  
  35. NWDSCCODE NWAPI NWDSCanonicalizeName
  36. (
  37.     NWDSContextHandle    context,
  38.     char    NWPTR objectName,
  39.     char    NWPTR canonName
  40. );
  41.  
  42. NWDSCCODE NWAPI NWDSRemoveAllTypes
  43. (
  44.     NWDSContextHandle    context,
  45.     char    NWPTR name,
  46.     char    NWPTR typelessName
  47. );
  48.  
  49. #ifdef __cplusplus
  50.     }
  51. #endif
  52.  
  53. #endif                                    /* #ifndef _NWDSNAME_HEADER_ */
  54.  
  55.