From d009ae3d04b7ea4e5385e2ca98394d8ddfefda93 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Wed, 4 Jul 2001 17:25:54 +0000 Subject: - (stevesk) sync misc.h --- misc.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'misc.h') diff --git a/misc.h b/misc.h index 5f0b0aa4f..fc5645271 100644 --- a/misc.h +++ b/misc.h @@ -12,14 +12,16 @@ * called by a name other than "ssh" or "Secure Shell". */ -char *chop(char *); -char *strdelim(char **); -void set_nonblock(int); -void unset_nonblock(int); -int a2port(const char *); -char *cleanhostname(char *); -char *colon(char *); -long convtime(const char *); +char *chop(char *); +char *strdelim(char **); +void set_nonblock(int); +void unset_nonblock(int); +int a2port(const char *); +char *cleanhostname(char *); +char *colon(char *); +long convtime(const char *); + +struct passwd *pwcopy(struct passwd *); typedef struct arglist arglist; struct arglist { @@ -27,8 +29,7 @@ struct arglist { int num; int nalloc; }; - -void addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3))); +void addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3))); /* wrapper for signal interface */ typedef void (*mysig_t)(int); -- cgit v1.2.3