2025-04-27 07:49:33 -04:00

11 lines
165 B
C

#ifndef __IPKERN_ADDR_H__
#define __IPKERN_ADDR_H__
VOID
HandleAddress(
LONG lNumArgs,
WCHAR **ppwszArgs
);
#endif // __IPKERN_ADDR_H__