From f86444b516eed15f385085542cc14a612fe3db03 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 16 Feb 2007 12:47:08 +0000 Subject: r21381: dfs tests. (This used to be commit 3ef8a6834df63a0bfa68996daea6432e98243d40) --- source4/librpc/idl/dfs.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index 562db1f1f3..2b519b15d5 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -16,7 +16,7 @@ DFS_MANAGER_VERSION_W2K3 = 4 } dfs_ManagerVersion; - void dfs_GetManagerVersion( + [public] void dfs_GetManagerVersion( [out] dfs_ManagerVersion *version ); @@ -381,7 +381,7 @@ WERROR dfs_Remove2(); /* Function 0x15 */ - WERROR dfs_EnumEx( + [public] WERROR dfs_EnumEx( [in] [string,charset(UTF16)] uint16 dfs_name[], [in] uint32 level, [in] uint32 bufsize, -- cgit