summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-07-20 13:52:02 +0000
committerGerald Carter <jerry@samba.org>2000-07-20 13:52:02 +0000
commitc0dcf944571f98d7784a670199315ee49130cb11 (patch)
tree95d758d5db5c07a7158a10a6ed485fbeb3b258ef /source3/include
parentfca31d804edea3301553265797792d3b395e78c1 (diff)
downloadsamba-c0dcf944571f98d7784a670199315ee49130cb11.tar.gz
samba-c0dcf944571f98d7784a670199315ee49130cb11.tar.bz2
samba-c0dcf944571f98d7784a670199315ee49130cb11.zip
make proto
(This used to be commit 1246728eb9013948d17ad44263501d1e1bb49e8f)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h10
1 files changed, 10 insertions, 0 deletions
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,