From 1246728eb9013948d17ad44263501d1e1bb49e8f Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 20 Jul 2000 13:52:02 +0000 Subject: [PATCH] make proto --- source/include/proto.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/include/proto.h b/source/include/proto.h index 512d816535a..2b8fc63d533 100644 --- a/source/include/proto.h +++ b/source/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, -- 2.11.4.GIT