X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/bcc0381ef1d56f7728638630488abb5184d73430..d60970230cf34217f9cb75f58790dd1a73703ba1:/misc.h diff --git a/misc.h b/misc.h index 668fd60d..3b4b8796 100644 --- a/misc.h +++ b/misc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.11 2002/01/24 21:09:25 stevesk Exp $ */ +/* $OpenBSD: misc.h,v 1.12 2002/03/19 10:49:35 markus Exp $ */ /* * Author: Tatu Ylonen @@ -26,9 +26,9 @@ struct passwd *pwcopy(struct passwd *); typedef struct arglist arglist; struct arglist { - char **list; - int num; - int nalloc; + char **list; + int num; + int nalloc; }; void addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));