mirror of
https://github.com/reactos/reactos.git
synced 2025-05-22 18:45:00 +00:00
7 lines
132 B
C
7 lines
132 B
C
#ifndef _UNDOCMPR_H
|
|
#define _UNDOCMPR_H
|
|
|
|
/* WNET undocumented functions */
|
|
DWORD WINAPI WNetClearConnections(HANDLE owner);
|
|
|
|
#endif
|