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 aed5b486c5..ae506c324f 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 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -46,6 +46,7 @@ struct arglist { int nalloc; }; void addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3))); +void freeargs(arglist *); /* wrapper for signal interface */ typedef void (*mysig_t)(int); |