1 | /* $NetBSD: namespace.h,v 1.8 2019/04/20 17:16:40 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 tohex ssh_tohex |
26 | #define uudecode ssh_uudecode |
27 | #define uuencode ssh_uuencode |
28 | #define verbose ssh_verbose |
29 | #define xmalloc ssh_malloc |
30 | #define xrealloc ssh_realloc |
31 | #define xstrdup ssh_strdup |
32 | #define xcalloc ssh_calloc |
33 | #define xasprintf ssh_asprintf |
34 | #endif /* _SSH_NAMESPACE_H_ */ |
35 | |