No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / external / bsd / openssh / dist / namespace.h
blob8abf5d20f050153243fba25ab01f638123c4d759
1 /* $NetBSD: namespace.h,v 1.3 2006/09/28 21:22:14 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_ */