xref: /reactos/sdk/include/reactos/undocmpr.h (revision cc439606)
1 #ifndef _UNDOCMPR_H
2 #define _UNDOCMPR_H
3 
4 /* WNET undocumented functions */
5 DWORD WINAPI WNetClearConnections(HANDLE owner);
6 
7 #endif
8