summaryrefslogtreecommitdiff
path: root/librpc/ndr/uuid.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-03-18 16:54:21 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-03-20 13:54:07 +0100
commitf92b05b95575d45e91dcd2885fb4e2d202deb9ae (patch)
treef2d0008bfac5e4666ca11b9d199bb93f0dec0f9c /librpc/ndr/uuid.c
parent95ca5fbadd390fe056ee2e8f9716ee478904458e (diff)
downloadsamba-f92b05b95575d45e91dcd2885fb4e2d202deb9ae.tar.gz
samba-f92b05b95575d45e91dcd2885fb4e2d202deb9ae.tar.bz2
samba-f92b05b95575d45e91dcd2885fb4e2d202deb9ae.zip
libndr: Rename policy_handle_equal to ndr_policy_handle_equal.
This makes the NDR namespace a bit clearer, in preparation of ABI checking.
Diffstat (limited to 'librpc/ndr/uuid.c')
-rw-r--r--librpc/ndr/uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/ndr/uuid.c b/librpc/ndr/uuid.c
index 445b6dda7e..9ebccfe29a 100644
--- a/librpc/ndr/uuid.c
+++ b/librpc/ndr/uuid.c
@@ -341,7 +341,7 @@ _PUBLIC_ bool is_valid_policy_hnd(const struct policy_handle *hnd)
return !policy_handle_empty(hnd);
}
-_PUBLIC_ bool policy_handle_equal(const struct policy_handle *hnd1,
+_PUBLIC_ bool ndr_policy_handle_equal(const struct policy_handle *hnd1,
const struct policy_handle *hnd2)
{
if (!hnd1 || !hnd2) {