1/*	$NetBSD: namespace.h,v 1.10 2021/09/03 10:30:33 christos Exp $	*/
2#ifndef _SSH_NAMESPACE_H_
3#define	_SSH_NAMESPACE_H_
4#define	add_host_to_hostfile	ssh_add_host_to_hostfile
5#define	addargs			ssh_addargs
6#define	addr_cmp		ssh_addr_cmp
7#define	addr_is_all0s		ssh_addr_is_all0s
8#define	addr_match_cidr_list	ssh_addr_match_cidr_list
9#define	addr_match_list		ssh_addr_match_list
10#define	addr_to_byte		ssh_addr_to_byte
11#define	asmprintf		ssh_asmprintf
12#define	atomicio		ssh_atomicio
13#define	atomicio6		ssh_atomicio6
14#define	bandwidth_limit_init	ssh_bandwidth_limit_init
15#define	bcrypt_pbkdf		ssh_bcrypt_pbkdf
16#define	chop			ssh_chop
17#define	cleanup_exit		ssh_cleanup_exit
18#define	colon			ssh_colon
19#define	compat_cipher_proposal	ssh_compat_cipher_proposal
20#define	convtime		ssh_convtime
21#define	core_hash_SHA2		ssh_core_hash_SHA2
22#define	daemonized		ssh_daemonized
23#define	dh_gen_key		ssh_dh_gen_key
24#define	dh_new_group_fallback	ssh_dh_new_group_fallback
25#define	dh_set_moduli_file	ssh_dh_set_moduli_file
26#define	do_log			ssh_do_log
27#define	dollar_expand		ssh_dollar_expand
28#define	exited_cleanly		ssh_exited_cleanly
29#define	fmprintf		ssh_fmprintf
30#define	fmt_scaled		ssh_fmt_scaled
31#define	fmt_timeframe		ssh_fmt_timeframe
32#define	format_absolute_time	ssh_format_absolute_time
33#define	forward_equals		ssh_forward_equals
34#define	free_hostkeys		ssh_free_hostkeys
35#define	freeargs		ssh_freeargs
36#define	freerrset		ssh_freerrset
37#define	freezero		ssh_freezero
38#define	get_sock_af		ssh_get_sock_af
39#define	getpass			ssh_getpass
40#define	getpeereid		ssh_getpeereid
41#define	getrrsetbyname		ssh_getrrsetbyname
42#define	hash_f			ssh_hash_f
43#define	hash_h			ssh_hash_h
44#define	hexdump			ssh_hexdump
45#define	host_hash		ssh_host_hash
46#define	hostfile_read_key	ssh_hostfile_read_key
47#define	hostfile_replace_entries	ssh_hostfile_replace_entries
48#define	hostkeys_foreach	ssh_hostkeys_foreach
49#define	hostkeys_foreach_file	ssh_hostkeys_foreach_file
50#define	hpdelim			ssh_hpdelim
51#define	load_hostkeys_file	ssh_load_hostkeys_file
52#define	match_filter_allowlist	ssh_match_filter_allowlist
53#define	match_filter_denylist	ssh_match_filter_denylist
54#define	mm_receive_fd		ssh_mm_receive_fd
55#define	mm_send_fd		ssh_mm_send_fd
56#define	monotime		ssh_monotime
57#define	mprintf			ssh_mprintf
58#define	ms_subtract_diff	ssh_ms_subtract_diff
59#define	notify_complete		ssh_notify_complete
60#define	notify_start		ssh_notify_start
61#define	opt_array_append	ssh_opt_array_append
62#define	opt_dequote		ssh_opt_dequote
63#define	opt_flag		ssh_opt_flag
64#define	parse_uri		ssh_parse_uri
65#define	percent_dollar_expand	ssh_percent_dollar_expand
66#define	prf			ssh_prf
67#define	put_u16			ssh_put_u16
68#define	put_u32			ssh_put_u32
69#define	put_u32_le		ssh_put_u32_le
70#define	pwcopy			ssh_pwcopy
71#define	refresh_progress_meter	ssh_refresh_progress_meter
72#define	replacearg		ssh_replacearg
73#define	safe_path		ssh_safe_path
74#define	safe_path_fd		ssh_safe_path_fd
75#define	sanitise_stdfd		ssh_sanitise_stdfd
76#define	set_sock_tos		ssh_set_sock_tos
77#define	snmprintf		ssh_snmprintf
78#define	stdfd_devnull		ssh_stdfd_devnull
79#define	strdelim		ssh_strdelim
80#define	tilde_expand		ssh_tilde_expand
81#define	tilde_expand_filename	ssh_tilde_expand_filename
82#define	tohex			ssh_tohex
83#define	uudecode		ssh_uudecode
84#define	uuencode		ssh_uuencode
85#define	vasnmprintf		ssh_vasnmprintf
86#define	vfmprintf		ssh_vfmprintf
87#define	waitrfd			ssh_waitrfd
88#define	wots_pkFromSig		ssh_wots_pkFromSig
89#define	xasprintf		ssh_asprintf
90#define	xcalloc			ssh_calloc
91#define	xextendf		ssh_xextendf
92#define	xmalloc			ssh_malloc
93#define	xrealloc		ssh_realloc
94#define	xreallocarray		ssh_xreallocarray
95#define	xrecallocarray		ssh_xrecallocarray
96#define	xstrdup			ssh_strdup
97#define	xvasprintf		ssh_xvasprintf
98#endif /*  _SSH_NAMESPACE_H_ */
99