1 /* $NetBSD: namespace.h,v 1.9 2021/03/05 17:47:16 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 do_log ssh_do_log 10 #define freeargs ssh_freeargs 11 #define freerrset ssh_freerrset 12 #define hpdelim ssh_hpdelim 13 #define getpass ssh_getpass 14 #define getpeereid ssh_getpeereid 15 #define getrrsetbyname ssh_getrrsetbyname 16 #define pwcopy ssh_pwcopy 17 #define replacearg ssh_replacearg 18 #define strdelim ssh_strdelim 19 #define tohex ssh_tohex 20 #define uudecode ssh_uudecode 21 #define uuencode ssh_uuencode 22 #define xmalloc ssh_malloc 23 #define xrealloc ssh_realloc 24 #define xstrdup ssh_strdup 25 #define xcalloc ssh_calloc 26 #define xasprintf ssh_asprintf 27 #endif /* _SSH_NAMESPACE_H_ */ 28