home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / usms1.exe / SMS.H < prev    next >
Text File  |  1994-08-02  |  2KB  |  84 lines

  1. /*    ╔═══════════════════════════════════════════════════════════════════════════
  2.     ║ Program Name:    Storage Management Services
  3.     ║
  4.     ║ modname: sms.h    version: 1.3    date: 08/02/94
  5.     ║ PVCS:        $Revision$   $date$
  6.     ║
  7.     ║ Date Created:    February 24, 1992
  8.     ║
  9.     ║ Version:            3.2
  10.     ║
  11.     ║ Files used:        smstypes.h, smsdefns.h,  smsdrerr.h, smspcode.h, 
  12.     ║                    smssdapi.h, smstsapi.h, smsutapi.h, and smsfids.h.
  13.     ║
  14.     ║ Date Modified: 
  15.     ║
  16.     ║ Modifications: 
  17.     ║
  18.     ║ Comments:        Definitions for SMS, this file includes all SMS header
  19.     ║                    files necessary to develop an SME.
  20.     ║
  21.     ║ (C) Unpublished Copyright of Novell, Inc.  All Rights Reserved.
  22.     ║
  23.     ║ No part of this file may be duplicated, revised, translated, localized or
  24.     ║ modified in any manner or compiled, linked or uploaded or downloaded to or
  25.     ║ from any computer system without the prior written consent of Novell, Inc.
  26.     ╚═════════════════════════════════════════════════════════════════════════*/
  27.  
  28. #if !defined(_SMS_H_INCLUDED)
  29.     #define _SMS_H_INCLUDED
  30.  
  31.     #include <string.h>
  32.     #include <stdlib.h>
  33.     #include <stdio.h>
  34.     #if defined(__WATCOMC__) && !defined(NETWARE_V311) && !defined(NETWARE_V312)
  35.         #include <nwlocale.h>
  36.     #endif
  37.     #define _CLIB_HDRS_INCLUDED
  38.  
  39.     #include <smstypes.h>
  40.     #include <smsdefns.h>
  41.     #include <smsdrapi.h>
  42.  
  43. /*    #include <smspcode.h> */
  44.     #if !defined(NETWARE_V311) && !defined(NETWARE_V312)
  45.         #include <smssdapi.h>
  46.     #endif
  47.     /*┌─────────────────────┐
  48.       │ <string.h>          │
  49.       │ <stdlib.h>          │
  50.       │ <nwlocale.h>        │
  51.       │ <smstypes.h>        │
  52.       │ <smssderr.h>   FFFC │
  53.       └─────────────────────┘*/
  54.  
  55.     #include <smstsapi.h>
  56.     /*┌─────────────────────┐
  57.       │ <string.h>          │
  58.       │ <stdlib.h>          │
  59.       │ <nwlocale.h>        │
  60.       │ <smstypes.h>        │
  61.       │ <smstserr.h>   FFFD │
  62.       └─────────────────────┘*/
  63.  
  64.     #include <smsutapi.h>
  65.     /*┌─────────────────────┐
  66.       │ <string.h>          │
  67.       │ <stdlib.h>          │
  68.       │ <nwlocale.h>        │
  69.       │ <smstypes.h>        │
  70.       │ <smsdefns.h>        │
  71.       │ <smsuterr.h>   FFFB │
  72.       └─────────────────────┘*/
  73.  
  74. /*    #include <smsfids.h>*/
  75.     /*┌───────────────┐
  76.       │ <smsfids.inc> │
  77.       └───────────────┘*/
  78.  
  79. #endif
  80.  
  81. // ════════════════════════════════════════════════════════════════════════════
  82. // ════════════════════════════════════════════════════════════════════════════
  83.  
  84.