diff options
author | Günther Deschner <gd@samba.org> | 2008-04-29 20:11:59 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-29 20:22:02 +0200 |
commit | aede77b2583dc57e814b7c3f8d2e1715e1ed231b (patch) | |
tree | 949df91fc30cc4c049ec98664764dc904c7b7567 /source3/librpc/idl | |
parent | 1223574c7b4833092887653139cf8308d3260b36 (diff) | |
download | samba-aede77b2583dc57e814b7c3f8d2e1715e1ed231b.tar.gz samba-aede77b2583dc57e814b7c3f8d2e1715e1ed231b.tar.bz2 samba-aede77b2583dc57e814b7c3f8d2e1715e1ed231b.zip |
IDL: Add DFS_MANAGER_VERSION_W2K8.
Guenther
(This used to be commit 85a758c0b8398b682450b692744f7a49c7734faf)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/dfs.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/idl/dfs.idl b/source3/librpc/idl/dfs.idl index d4c05f9936..a729b0e560 100644 --- a/source3/librpc/idl/dfs.idl +++ b/source3/librpc/idl/dfs.idl @@ -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( |