From c0dcf944571f98d7784a670199315ee49130cb11 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 20 Jul 2000 13:52:02 +0000 Subject: make proto (This used to be commit 1246728eb9013948d17ad44263501d1e1bb49e8f) --- source3/include/proto.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 512d816535..2b8fc63d53 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -410,6 +410,16 @@ char **file_lines_pload(char *syscmd, int *numlines); void file_lines_free(char **lines); void file_lines_slashcont(char **lines); +/*The following definitions come from lib/util_list.c */ + +BOOL copy_policy_hnd (POLICY_HND *dest, const POLICY_HND *src); +BOOL compare_rpc_hnd_node(const RPC_HND_NODE *x, + const RPC_HND_NODE *y); +BOOL RpcHndList_set_connection(const POLICY_HND *hnd, + struct cli_connection *con); +BOOL RpcHndList_del_connection(const POLICY_HND *hnd); +struct cli_connection* RpcHndList_get_connection(const POLICY_HND *hnd); + /*The following definitions come from lib/util_seaccess.c */ BOOL se_access_check(SEC_DESC *sd, struct current_user *user, -- cgit