Commit 98e14329 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

mgmtapi: AddSnmpMgrOpen stub.

parent 3fbdd412
......@@ -19,10 +19,17 @@
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "mgmtapi.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(mgmtapi);
LPSNMP_MGR_SESSION WINAPI SnmpMgrOpen(char *hostname, char *community, int timeout, int retries)
{
FIXME("stub: %s, %s, %d, %d\n", hostname, community, timeout, retries);
return NULL;
}
BOOL WINAPI SnmpMgrTrapListen(HANDLE *available)
{
FIXME("stub: %p\n", available);
......
......@@ -3,7 +3,7 @@
@ stub SnmpMgrGetTrap
@ stub SnmpMgrGetTrapEx
@ stub SnmpMgrOidToStr
@ stub SnmpMgrOpen
@ stdcall SnmpMgrOpen(str str long long)
@ stub SnmpMgrRequest
@ stub SnmpMgrStrToOid
@ stdcall SnmpMgrTrapListen(ptr)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment