diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2335b8f07d..1b7225d6b9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -410,16 +410,6 @@ 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, @@ -603,6 +593,13 @@ void split_at_last_component_w(smb_ucs2_t *path, smb_ucs2_t *front, smb_ucs2_t s smb_ucs2_t *octal_string_w(int i); smb_ucs2_t *string_truncate_w(smb_ucs2_t *s, size_t length); +/*The following definitions come from lib/wins_srv.c */ + +BOOL wins_srv_load_list( char *src ); +char *wins_srv( void ); +void wins_srv_died( char *boothill ); +unsigned long wins_srv_count( void ); + /*The following definitions come from libsmb/cliconnect.c */ BOOL cli_session_setup(struct cli_state *cli, |