reactos/rossubsys/posix/server/port/utils.h

5 lines
130 B
C
Raw Normal View History

#ifndef _UTILS_H
#define _UTILS_H
NTSTATUS STDCALL PsxCheckConnectionRequest (PPSX_CONNECT_PORT_DATA,PSX_CONNECTION_TYPE);
#endif