=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/misc.h,v retrieving revision 1.10.2.2 retrieving revision 1.11 diff -u -r1.10.2.2 -r1.11 --- src/usr.bin/ssh/misc.h 2002/05/17 00:03:23 1.10.2.2 +++ src/usr.bin/ssh/misc.h 2002/01/24 21:09:25 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.10.2.2 2002/05/17 00:03:23 miod Exp $ */ +/* $OpenBSD: misc.h,v 1.11 2002/01/24 21:09:25 stevesk 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)));