diff options
Diffstat (limited to 'usr/src/cmd/ssh/include/misc.h')
| -rw-r--r-- | usr/src/cmd/ssh/include/misc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/ssh/include/misc.h b/usr/src/cmd/ssh/include/misc.h index ae506c324f..eb9a805dd6 100644 --- a/usr/src/cmd/ssh/include/misc.h +++ b/usr/src/cmd/ssh/include/misc.h @@ -22,7 +22,7 @@ extern "C" { * called by a name other than "ssh" or "Secure Shell". */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -35,6 +35,7 @@ int a2port(const char *); char *cleanhostname(char *); char *colon(char *); long convtime(const char *); +char *tohex(const void *, size_t); struct passwd *pwcopy(struct passwd *); void pwfree(struct passwd **); |
