summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-16 12:47:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:24 -0500
commitf86444b516eed15f385085542cc14a612fe3db03 (patch)
treee24a485564ba17a9be5ac11abf1a6ca0da7c7d1f /source4/librpc
parentf2d9c313c6649eeca3634c1808ca57f42b534e56 (diff)
downloadsamba-f86444b516eed15f385085542cc14a612fe3db03.tar.gz
samba-f86444b516eed15f385085542cc14a612fe3db03.tar.bz2
samba-f86444b516eed15f385085542cc14a612fe3db03.zip
r21381: dfs tests.
(This used to be commit 3ef8a6834df63a0bfa68996daea6432e98243d40)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/dfs.idl4
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,