netapi32: Add stubs for DsGetDcNameW and DsGetSiteNameW.
diff --git a/include/dsgetdc.h b/include/dsgetdc.h
index ea947bf..faae31a 100644
--- a/include/dsgetdc.h
+++ b/include/dsgetdc.h
@@ -92,6 +92,10 @@
 DWORD WINAPI DsGetDcNameW(LPCWSTR,LPCWSTR,GUID*,LPCWSTR,ULONG,PDOMAIN_CONTROLLER_INFOW*);
 #define     DsGetDcName WINELIB_NAME_AW(DsGetDcName)
 
+DWORD WINAPI DsGetSiteNameA(LPCSTR ComputerName, LPSTR *SiteName);
+DWORD WINAPI DsGetSiteNameW(LPCWSTR ComputerName, LPWSTR *SiteName);
+#define     DsGetSiteName WINELIB_NAME_AW(DsGetSiteName)
+
 #ifdef __cplusplus
 }
 #endif