diff options
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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, |