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.

17 lines
528 B

  1. ; ************************************************************
  2. ; File: gdmib.def
  3. ; System: Windows NT 3.5
  4. ; Summary: Definitions for Gopher Server MIB DLL
  5. ; Author: Murali R. Krishnan ( MuraliK)
  6. ; Created: Feb 22, 1995
  7. ;************************************************************
  8. LIBRARY GDMIB ; Module Name
  9. EXPORTS
  10. SnmpExtensionInit
  11. SnmpExtensionTrap
  12. SnmpExtensionQuery
  13. DllLibMain
  14. ; ********************* End of File *****************************