=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/misc.h,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -u -r1.4.2.2 -r1.4.2.3 --- src/usr.bin/ssh/misc.h 2002/03/09 00:20:44 1.4.2.2 +++ src/usr.bin/ssh/misc.h 2002/06/02 22:56:10 1.4.2.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.4.2.2 2002/03/09 00:20:44 miod Exp $ */ +/* $OpenBSD: misc.h,v 1.4.2.3 2002/06/02 22:56:10 miod Exp $ */ /* * Author: Tatu Ylonen @@ -26,8 +26,8 @@ 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)));