Add snmp API

2003-08-26  Filip Navara  <xnavara@volny.cz>

	* include/snmp.h: New file.
	* include/winsnmp.h: New file.
	* include/mgmtapi.h: New file.
	* lib/snmpapi.def: New file.
	* lib/wsnmp32.def: New file.
	* lib/igmpagnt.def: New file.
	* lib/mgmtapi.def (SnmpMgrCtl) Add stub.
	(SnmpMgrGetTrapEx): Ditto.
	(SnmpMgrMIB2Disk): Remove.
	(dbginit): Remove.
This commit is contained in:
Danny Smith
2003-08-25 09:33:14 +00:00
parent 6315f62b20
commit 912800ed01
8 changed files with 761 additions and 2 deletions

View File

@ -1,12 +1,14 @@
LIBRARY MGMTAPI.DLL
EXPORTS
SnmpMgrClose@4
SnmpMgrCtl@28
SnmpMgrGetTrap@24
SnmpMgrMIB2Disk@8
SnmpMgrGetTrapEx@32
;SnmpMgrMIB2Disk@8
SnmpMgrOidToStr@8
SnmpMgrOpen@16
SnmpMgrRequest@20
SnmpMgrStrToOid@8
SnmpMgrTrapListen@4
dbginit@8
serverTrapThread@4
;dbginit@8