From aede77b2583dc57e814b7c3f8d2e1715e1ed231b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 29 Apr 2008 20:11:59 +0200 Subject: IDL: Add DFS_MANAGER_VERSION_W2K8. Guenther (This used to be commit 85a758c0b8398b682450b692744f7a49c7734faf) --- source3/librpc/idl/dfs.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/librpc') 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( -- cgit