summaryrefslogtreecommitdiff
path: root/source3/lib/util_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/util_list.c')
-rw-r--r--source3/lib/util_list.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/lib/util_list.c b/source3/lib/util_list.c
index 5593ccb518..ea262b5db5 100644
--- a/source3/lib/util_list.c
+++ b/source3/lib/util_list.c
@@ -216,6 +216,12 @@ BOOL copy_policy_hnd (POLICY_HND *dest, const POLICY_HND *src)
return True;
}
+/* -------------------------------------------------------------
+ Functions to implement the RpcHandle list
+ -------------------------------------------------------------- */
+
+
+
/***************************************************************
Return True if the to RPC_HND_NODEs are eqivalent in value.
Return False if they are not. Since a POLICY_HND is really
@@ -319,3 +325,4 @@ struct cli_connection* RpcHndList_get_connection(const POLICY_HND *hnd)
return located->cli;
}
+