xref: /netbsd-src/crypto/external/bsd/openssh/dist/namespace.h (revision 6a493d6bc668897c91594964a732d38505b70cbb)
1 /*	$NetBSD: namespace.h,v 1.2 2013/11/08 19:18:25 christos Exp $	*/
2 #ifndef _SSH_NAMESPACE_H_
3 #define _SSH_NAMESPACE_H_
4 #define addargs		ssh_addargs
5 #define atomicio	ssh_atomicio
6 #define chop		ssh_chop
7 #define colon		ssh_colon
8 #define convtime	ssh_convtime
9 #define debug		ssh_debug
10 #define debug2		ssh_debug2
11 #define debug3		ssh_debug3
12 #define do_log		ssh_do_log
13 #define error		ssh_error
14 #define fatal		ssh_fatal
15 #define freeargs	ssh_freeargs
16 #define freerrset	ssh_freerrset
17 #define hpdelim		ssh_hpdelim
18 #define getpass		ssh_getpass
19 #define getpeereid	ssh_getpeereid
20 #define getrrsetbyname	ssh_getrrsetbyname
21 #define logit		ssh_logit
22 #define pwcopy		ssh_pwcopy
23 #define replacearg	ssh_replacearg
24 #define strdelim	ssh_strdelim
25 #define strtonum	ssh_strtonum
26 #define tohex		ssh_tohex
27 #define uudecode	ssh_uudecode
28 #define uuencode	ssh_uuencode
29 #define verbose		ssh_verbose
30 #define xmalloc		ssh_malloc
31 #define xrealloc	ssh_realloc
32 #define xstrdup		ssh_strdup
33 #define xcalloc		ssh_calloc
34 #define xasprintf	ssh_asprintf
35 #endif /*  _SSH_NAMESPACE_H_ */
36