summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-08 00:04:20 +0100
committerGünther Deschner <gd@samba.org>2011-02-08 09:52:56 +0100
commitbe5edba117d3af9c9289bc5d37e7e037cb0a05f1 (patch)
treebf97dc0608c0ce7076d22d564089f5cc66087f0e /source3/include
parent84dbc2a82de0531c49fa7aa16fbdf8aba6324aac (diff)
downloadsamba-be5edba117d3af9c9289bc5d37e7e037cb0a05f1.tar.gz
samba-be5edba117d3af9c9289bc5d37e7e037cb0a05f1.tar.bz2
samba-be5edba117d3af9c9289bc5d37e7e037cb0a05f1.zip
libndr: share some uuid helpers.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 09:52:56 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 01c450c075..a50917762f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1186,9 +1186,6 @@ void *_talloc_memdup_zeronull(const void *t, const void *p, size_t size, const c
void *_talloc_array_zeronull(const void *ctx, size_t el_size, unsigned count, const char *name);
void *_talloc_zero_array_zeronull(const void *ctx, size_t el_size, unsigned count, const char *name);
void *talloc_zeronull(const void *context, size_t size, const char *name);
-bool is_valid_policy_hnd(const struct policy_handle *hnd);
-bool policy_hnd_equal(const struct policy_handle *hnd1,
- const struct policy_handle *hnd2);
const char *strip_hostname(const char *s);
bool tevent_req_poll_ntstatus(struct tevent_req *req,
struct tevent_context *ev,