xref: /netbsd-src/crypto/external/bsd/openssh/dist/namespace.h (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1 /*	$NetBSD: namespace.h,v 1.1 2009/06/07 22:38:47 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 xfree		ssh_free
31 #define xmalloc		ssh_malloc
32 #define xrealloc	ssh_realloc
33 #define xstrdup		ssh_strdup
34 #define xcalloc		ssh_calloc
35 #define xasprintf	ssh_asprintf
36 #endif /*  _SSH_NAMESPACE_H_ */
37