mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 07:39:25 -04:00
35 lines
1015 B
C
35 lines
1015 B
C
/* $NetBSD: namespace.h,v 1.5 2015/04/03 23:58:19 christos Exp $ */
|
|
#ifndef _SSH_NAMESPACE_H_
|
|
#define _SSH_NAMESPACE_H_
|
|
#define addargs ssh_addargs
|
|
#define atomicio ssh_atomicio
|
|
#define chop ssh_chop
|
|
#define colon ssh_colon
|
|
#define convtime ssh_convtime
|
|
#define debug ssh_debug
|
|
#define debug2 ssh_debug2
|
|
#define debug3 ssh_debug3
|
|
#define do_log ssh_do_log
|
|
#define error ssh_error
|
|
#define fatal ssh_fatal
|
|
#define freeargs ssh_freeargs
|
|
#define freerrset ssh_freerrset
|
|
#define hpdelim ssh_hpdelim
|
|
#define getpass ssh_getpass
|
|
#define getpeereid ssh_getpeereid
|
|
#define getrrsetbyname ssh_getrrsetbyname
|
|
#define logit ssh_logit
|
|
#define pwcopy ssh_pwcopy
|
|
#define replacearg ssh_replacearg
|
|
#define strdelim ssh_strdelim
|
|
#define tohex ssh_tohex
|
|
#define uudecode ssh_uudecode
|
|
#define uuencode ssh_uuencode
|
|
#define verbose ssh_verbose
|
|
#define xmalloc ssh_malloc
|
|
#define xrealloc ssh_realloc
|
|
#define xstrdup ssh_strdup
|
|
#define xcalloc ssh_calloc
|
|
#define xasprintf ssh_asprintf
|
|
#endif /* _SSH_NAMESPACE_H_ */
|