From 6a3b742db7fba057b5dd0534bee6fa1385010311 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 1 Jul 2008 20:09:09 +0200 Subject: util: add policy_hnd_equal(). Guenther (This used to be commit 6aca163e898bfeeff824725bb27b2ef4f7b729f9) --- source3/include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 03d203b96e..3c3d5018df 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1408,6 +1408,8 @@ void *talloc_zeronull(const void *context, size_t size, const char *name); NTSTATUS split_ntfs_stream_name(TALLOC_CTX *mem_ctx, const char *fname, char **pbase, char **pstream); bool is_valid_policy_hnd(const POLICY_HND *hnd); +bool policy_hnd_equal(const struct policy_handle *hnd1, + const struct policy_handle *hnd2); const char *strip_hostname(const char *s); /* The following definitions come from lib/util_file.c */ -- cgit