mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
IDL: Add DFS_MANAGER_VERSION_W2K8.
Guenther (This used to be commit 85a758c0b8398b682450b692744f7a49c7734faf)
This commit is contained in:
parent
1223574c7b
commit
aede77b258
@ -14,7 +14,8 @@
|
||||
typedef [v1_enum] enum {
|
||||
DFS_MANAGER_VERSION_NT4 = 1,
|
||||
DFS_MANAGER_VERSION_W2K = 2,
|
||||
DFS_MANAGER_VERSION_W2K3 = 4
|
||||
DFS_MANAGER_VERSION_W2K3 = 4,
|
||||
DFS_MANAGER_VERSION_W2K8 = 6
|
||||
} dfs_ManagerVersion;
|
||||
|
||||
[public] void dfs_GetManagerVersion(
|
||||
|
Loading…
x
Reference in New Issue
Block a user