Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.1 KiB

  1. /*
  2. * mib_xtrn.h v0.10
  3. * Generated in conjunction with Management Factory scripts:
  4. * script version: SNMPv1, 0.16, Apr 25, 1996
  5. * project: D:\TEMP\EXAMPLE\HOSTMIB
  6. *
  7. ****************************************************************************
  8. * *
  9. * (C) Copyright 1994 DIGITAL EQUIPMENT CORPORATION *
  10. * *
  11. * This software is an unpublished work protected under the *
  12. * the copyright laws of the United States of America, all *
  13. * rights reserved. *
  14. * *
  15. * In the event this software is licensed for use by the United *
  16. * States Government, all use, duplication or disclosure by the *
  17. * United States Government is subject to restrictions as set *
  18. * forth in either subparagraph (c)(1)(ii) of the Rights in *
  19. * Technical Data And Computer Software Clause at DFARS *
  20. * 252.227-7013, or the Commercial Computer Software Restricted *
  21. * Rights Clause at FAR 52.221-19, whichever is applicable. *
  22. * *
  23. ****************************************************************************
  24. *
  25. * Facility:
  26. *
  27. * Windows NT SNMP Extension Agent
  28. *
  29. * Abstract:
  30. *
  31. * This module contains the external declarations for the MIB.
  32. *
  33. * Author:
  34. *
  35. * David Burns @ Webenable Inc
  36. *
  37. * Date:
  38. *
  39. * Thu Nov 07 16:38:28 1996
  40. *
  41. * Revision History:
  42. *
  43. */
  44. #ifndef mib_xtrn_h
  45. #define mib_xtrn_h
  46. // Necessary includes.
  47. #include <snmp.h>
  48. #include "gennt.h"
  49. #include "hostmsmi.h"
  50. //
  51. // External declarations for the table
  52. //
  53. //extern table declarations
  54. extern class_t class_info[] ;
  55. extern trap_t trap_info[] ;
  56. extern UINT number_of_traps ;
  57. extern char *EventLogString ;
  58. #endif /* mib_xtrn_h */